diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b6da4216..f07348073 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ before_script: - php composer.phar install - php tests/app/bin/console doctrine:migrations:migrate -n - php tests/app/bin/console doctrine:fixtures:load -n + - echo "before_script finished" # Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service # See http://docs.gitlab.com/ee/ci/services/README.html for examples.