mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-04 07:56:12 +00:00
fix .gitlab-ci.yml
adding stages
This commit is contained in:
parent
d10ef50427
commit
984512a522
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user