From 21709f62587a214eea58389741b99558681f258a Mon Sep 17 00:00:00 2001
From: Guillaume Chanel <Guillaume.Chanel@unige.ch>
Date: Fri, 14 Oct 2022 10:58:38 +0200
Subject: [PATCH] Update gitlab-ci install in one line

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

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