From 7aceaa42c0c4d0dc6fd1cecc96cbb6da886316e3 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Thu, 25 Mar 2021 21:02:28 +0100
Subject: [PATCH] update ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dee489b..2c1fb2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ pages:
     paths:
       # Path of our artifacts
       - public
+    expire_in: 1 week
       
   # This config will only publish changes that are pushed on the master branch
   only: 
-- 
GitLab