From d52654410f68bc2e5ee24c57d0ab0445754b8db6 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Tue, 1 Sep 2020 14:00:55 +0200
Subject: [PATCH] Always upload artifacts

---
 ci/common.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/common.yml b/ci/common.yml
index e665ee4..8b43c1a 100644
--- a/ci/common.yml
+++ b/ci/common.yml
@@ -9,6 +9,7 @@
       chmod 400 imageci.pem
   allow_failure: true
   artifacts:
+    when: always
     paths:
       - _junit/result.xml
     reports:
-- 
GitLab