From b98d6fa5059decaafb18eee56e1238cbd1a152b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 26 May 2021 13:25:29 +0000 Subject: [PATCH] launch a bash command for debugging --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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.