summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9c59dcd26..4baff585df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,6 +122,11 @@ coverage/Fedora:
- ABI-check/Fedora/x86_64
except:
- tags
+ artifacts:
+ expire_in: 1 week
+ when: always
+ paths:
+ - GnuTLS*-coverage/*
minimal/Fedora/x86_64:
@@ -466,7 +471,6 @@ Fedora/x86:
- build/tests/*/*.log
- build/tests/suite/*/*.log
-# Check with undefined sanitizer + obtain coverage output
ubsan/Fedora/x86_64:
stage: stage2-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD