* .gitlab-ci.yml: Fix artifact path for the Scan-Build runner

This commit is contained in:
Tim Rühsen 2022-01-12 22:10:01 +01:00
parent e7a4d818fa
commit 9474a2c6f4

View File

@ -348,7 +348,7 @@ Scan-Build:
expire_in: 2 weeks
when: on_failure
paths:
- wget-*/scan-build/
- scan-build/
CoverageReports:
stage: test-from-tarball