summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-11-12 10:47:00 +0000
committerPhilip Withnall <withnall@endlessm.com>2018-11-12 10:47:00 +0000
commit561743a9bcff72e9b1025b893ab5b3df307838fe (patch)
treeccafca6de8e05e01bc2075a78c6c4774ad04b7aa
parent56009f6b49468c43473f43565317a452ab0a898f (diff)
downloaddconf-561743a9bcff72e9b1025b893ab5b3df307838fe.tar.gz
ci: Always store test artifacts so we always get code coverage results
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 868c797..6b6cebc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ test:
except:
- tags
artifacts:
- when: on_failure
+ when: always
name: "dconf-_${CI_COMMIT_REF_NAME}"
paths:
- "_build/meson-logs"