From dff20ac7dfa31681677e2bef9a1f857705ed1b2b Mon Sep 17 00:00:00 2001
From: Antoine Regimbeau <antoine.regimbeau@c-s.fr>
Date: Wed, 15 May 2019 16:40:05 +0200
Subject: [PATCH] Fix artifact

---
 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3380119885..b3dd144023 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,13 +83,9 @@ ubuntu-llvm:
     - git lfs install --skip-repo
   artifacts:
     expire_in: 24 hrs
-    when: on_success
+    when: always
     paths:
       - sb_branch.txt
-  artifacts:
-    expire_in: 2 days
-    when : on_failure
-    paths:
       # This recovers logs from superbuild build
       - build/*/*/*/*.log
 
-- 
GitLab