diff options
author | Bastien Nocera <hadess@hadess.net> | 2021-09-07 12:41:47 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2021-09-07 14:24:12 +0200 |
commit | 9e9e7dc857e368c038606a6c267e377ec0d1c365 (patch) | |
tree | 4d343c73d432567a27284215f11fcb9f6883e4fc /.gitlab-ci.yml | |
parent | 02da4a205368737affac88d6ea8e4c64ecc4b447 (diff) | |
download | upower-9e9e7dc857e368c038606a6c267e377ec0d1c365.tar.gz |
ci: Always export the test logs
In case we want to read them even if successful (or skipped).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a155683..fc6fab5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ build_stable: paths: - "${CI_PROJECT_DIR}/_build/upower-*.tar.xz" artifacts: - when: on_failure + when: always paths: - "${CI_PROJECT_DIR}/_build/meson-logs/" |