fix .gitlab-ci.yml

adding stages
This commit is contained in:
Julien Fastré 2016-12-12 21:59:17 +01:00
parent d10ef50427
commit 984512a522

View File

@ -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:migrations:migrate --env=test --no-interaction
- php Tests/Fixtures/App/app/console.php doctrine:fixtures:load --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: test:php-5.6:
stage: test stage: test
image: chill/ci-image:php-5.6 image: chill/ci-image:php-5.6