From fcd3f1cbbdc175911564e9c9311df81893618699 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Mon, 11 May 2020 19:20:37 +0200
Subject: [PATCH] [ci] keep tests artifact a few days

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba96741f6..0a6429cca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ tests:
   artifacts:
     paths:
       - coverage.tar.gz
-    expire_in: 4h
+    expire_in: 72h
 
 fmt_and_clippy:
   extends: .env
-- 
GitLab