Skip to content
Snippets Groups Projects
Commit b1f86b86 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-722: Reenable bailing on all errors when running the integration tests

parent 75341417
Branches
Tags
1 merge request!299Resolve L2SS-722: Fix the integration tests
...@@ -476,7 +476,7 @@ integration_test_docker: ...@@ -476,7 +476,7 @@ integration_test_docker:
# Do not remove 'bash' or statement will be ignored by primitive docker shell # 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 - 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 # 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: after_script:
# Collect output of all containers # Collect output of all containers
- | - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment