diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e16f9b36..3118de1ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,12 @@ - php Tests/Fixtures/App/app/console.php doctrine:migrations:migrate --env=test --no-interaction - php Tests/Fixtures/App/app/console.php doctrine:fixtures:load --env=test --no-interaction +stages: + - test + - deploy + - build-doc + - deploy-doc + test:php-5.6: stage: test image: chill/ci-image:php-5.6