* .gitlab-ci.yml: Allow failure for Valgrind and Scan-Build CI runner

This commit is contained in:
Tim Rühsen 2019-11-20 19:42:49 +01:00
parent feb52bfab7
commit 48f762a648

View File

@ -194,6 +194,7 @@ Scan-Build/Debian:
- shared
except:
- tags
allow_failure: true
artifacts:
expire_in: 2 weeks
when: on_failure
@ -214,6 +215,7 @@ Valgrind/Debian:
- shared
except:
- tags
allow_failure: true
artifacts:
expire_in: 2 weeks
when: on_failure