From 984512a52294a4188ff75221e20a41c0d1182d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 12 Dec 2016 21:59:17 +0100 Subject: [PATCH] fix .gitlab-ci.yml adding stages --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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