diff --git a/.gitlab/ci_templates/lib_behave.yml b/.gitlab/ci_templates/lib_behave.yml index 85ee1a82d1..c229f25eeb 100644 --- a/.gitlab/ci_templates/lib_behave.yml +++ b/.gitlab/ci_templates/lib_behave.yml @@ -16,3 +16,6 @@ libbehave-experiment: # Don't wait, since this has no dependencies. # https://docs.gitlab.com/ci/yaml/#needs needs: [] + + # Gitlab issue currently causes error when upload final artifacts + allow_failure: true