summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2018-08-01 18:35:30 +0200
committerFlorian Müllner <fmuellner@gnome.org>2018-08-01 19:04:15 +0200
commit512cfb2a2afb4ce9a0eb6a26df613d8179ad9ca8 (patch)
tree6e6f6f462773df9f865948585f57724ecb3f99f4
parentf3ca0e4d7941223b01851eb068838b4f7d260b0b (diff)
downloadgnome-desktop-512cfb2a2afb4ce9a0eb6a26df613d8179ad9ca8.tar.gz
ci: Keep tests results as artifacts on failure
https://gitlab.gnome.org/GNOME/gnome-desktop/merge_requests/5
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab57b56a..ffe4fab2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,4 +27,8 @@ build_stable:
- make install
- make check
- xvfb-run -a -s "-screen 0 1024x768x24"
- gnome-desktop-testing-runner gnome-desktop
+ gnome-desktop-testing-runner --report-directory=test-results gnome-desktop
+ artifacts:
+ paths:
+ - build/test-results
+ when: on_failure