* .gitlab-ci.yml: Don't allow failure of scan-build

This commit is contained in:
Tim Rühsen 2021-06-06 23:26:33 +02:00
parent 5192dddbdd
commit 96971867ea

View File

@ -349,8 +349,6 @@ Scan-Build:
when: on_failure
paths:
- wget-*/scan-build/*
# There currently is a false positive that needs to be suppressed.
allow_failure: true
CoverageReports:
stage: test-from-tarball