Sobes.tech
Junior — Middle+

Development of a standard CI pipeline for a Symfony project

livecode

Task condition

There is an application written in PHP using the Symfony framework and Doctrine ORM. It is required to suggest a standard set of steps for automatic building and testing of the project in a continuous integration system.

.gitlab-ci.yml

steps:
  - tests
  -