From 165cca32730165715e562c98ebdd69ce2ab02bb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Wed, 18 Jul 2018 11:29:31 +0200
Subject: [PATCH] gitlab-ci: save artifacacts on test failure too

The files are even more imporatant then
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 156e6f9..ce4d9ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,7 @@ test:smoke:one-output:
   artifacts:
     paths:
       - output/*.log
+    when: always
 
 test:smoke:two-outputs:
   <<: *tags
@@ -63,6 +64,7 @@ test:smoke:two-outputs:
   artifacts:
     paths:
       - output/*.log
+    when: always
 
 test:smoke:valgrind:
   <<: *tags
@@ -78,4 +80,5 @@ test:smoke:valgrind:
     paths:
       - vgdump
       - output/*.log
+    when: always
 
-- 
GitLab