From 7c02bdb66647c0134dbd58313549b49b1563d82e Mon Sep 17 00:00:00 2001 From: Guillaume Chanel <Guillaume.Chanel@unige.ch> Date: Fri, 14 Oct 2022 10:54:52 +0200 Subject: [PATCH] Update gitlab-ci install commands --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78c81ec..80c6fc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ build: test: stage: test before_script: - - apt update && apt -y install make python3-colorama - - apt update && apt -y install make python3-psutil + - apt update -qy + - apt -y install python3-colorama python3-psutil script: - python3 test/test.py "$EXEC_NAME" -- GitLab