summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-08-30 13:33:16 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-30 13:33:16 +0200
commitffd81f22b636e77a3c7e2428c0df043e8fb53870 (patch)
tree03f6cc59a85637445c921f093f89c9885446ac65 /.gitlab-ci.yml
parent81890b657004ebfed45db139c15a22282d1a683b (diff)
CI: Always add artifacts
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3463cc2..e3468273 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,7 @@ test:
artifacts:
name: "${CI_JOB_NAME}_${CI_JOB_ID}"
expire_in: 1 week
+ when: always
paths:
- ./coverage/
coverage: '/^\s*Lines:\s*(\d+(?:\.\d+)?%)/'