diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c642888588327b2369367a21720aa65f123704fc..b832d175e1cd6f44fff0694b9217b62c9c93a61b 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 - |