From 53edc932dec9340e86e3245aaaeda91200642063 Mon Sep 17 00:00:00 2001
From: Guillaume Chanel <Guillaume.Chanel@unige.ch>
Date: Fri, 14 Oct 2022 11:39:17 +0200
Subject: [PATCH] Try to clean before update

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83ab25c..fa32d35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,6 @@ build:
 test:
   stage: test
   before_script:
-    - apt update -qy && apt -y install python3-colorama python3-psutil
+    - apt clean && apt update -qy && apt -y install python3-colorama python3-psutil
   script:
     - python3 test/test.py "$EXEC_NAME"
-- 
GitLab