diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2020-03-26 10:33:56 +0000 |
---|---|---|
committer | Frediano Ziglio <freddy77@gmail.com> | 2020-10-05 09:54:44 +0100 |
commit | 8c4137de70bedbbccbc997c96c878fd3fcb06795 (patch) | |
tree | 701db0ed5f018c1037e3cf811a51271d66d9d006 | |
parent | 09733a5c819d3e20e0a14d80bb716b37167f0930 (diff) |
ci: Upload test results in case of failure
Allows to see tests results in case "make check" fails.
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Jakub Janků <jjanku@redhat.com>
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da4034e..d661681 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,3 +45,9 @@ fedora-autotools: - make uninstall - git clean -xfd + artifacts: + expire_in: '1 week' + when: on_failure + paths: + - test-suite.log + - tests/test*.log |