From b1f86b865c9dceac9bd3210f9b455b162aa5066e Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 6 Apr 2022 09:26:24 +0200 Subject: [PATCH] L2SS-722: Reenable bailing on all errors when running the integration tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c64288858..b832d175e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -476,7 +476,7 @@ integration_test_docker: # Do not remove 'bash' or statement will be ignored by primitive docker shell - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh pull $tag # Do not remove 'bash' or statement will be ignored by primitive docker shell - - bash $CI_PROJECT_DIR/sbin/run_integration_test.sh + - bash -e $CI_PROJECT_DIR/sbin/run_integration_test.sh after_script: # Collect output of all containers - | -- GitLab