From ecd29b2123969cbe5b95c7533fe1b4eb789eb1ca Mon Sep 17 00:00:00 2001
From: Ralf Mueller <ralf.mueller@dkrz.de>
Date: Thu, 24 Jun 2021 09:16:00 +0200
Subject: [PATCH] prolong articats storage to 1 week for debugging

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d4ce7a37..f92b3dd16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build-gcc64:
     - /builds/mpim-sw/cdo
     exclude:
     - /builds/mpim-sw/cdo/.git/**/*
-    expire_in: 5min
+    expire_in: 1 week
   tags:
     - xen, mistral
   only:
@@ -54,7 +54,7 @@ build-intel18:
     - /builds/mpim-sw/cdo
     exclude:
     - /builds/mpim-sw/cdo/.git/**/*
-    expire_in: 5min
+    expire_in: 1 week
   tags:
     - xen, mistral
   only:
-- 
GitLab