summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2021-12-22 17:00:47 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2021-12-22 17:00:47 +0100
commit67d4cb3ab68a77926683ff02ddd89c2682439b43 (patch)
treec531f0bae757867674ab7fe8dcf64fa3ce2adae1 /.gitlab-ci.yml
parentd2af84fbb3f3b88ec614a504afff986b1ee90258 (diff)
downloadwget-67d4cb3ab68a77926683ff02ddd89c2682439b43.tar.gz
* .gitlab-ci.yml (CoverageReports): Fix artifacts paths
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bee605de..1d1334de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -375,8 +375,8 @@ CoverageReports:
artifacts:
when: on_success
paths:
- - wget-*/test-coverage/
- - wget-*/fuzz-coverage/
+ - test-coverage/
+ - fuzz-coverage/
only:
- master