launch a bash command for debugging

This commit is contained in:
Julien Fastré 2021-05-26 13:25:29 +00:00
parent e4d1b951a3
commit b98d6fa505

View File

@ -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.