From dbd96353f724afd2f7f177bb0c76255e3ec8a7ba Mon Sep 17 00:00:00 2001
From: mohamed menacer <mohamed.menacer@etu.univ-amu.fr>
Date: Thu, 27 Feb 2025 11:48:45 +0100
Subject: [PATCH] 34 edition

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f76293d..0c201bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ build:
   stage: build
   image: ubuntu:latest
   before_script:
-    - sudo apt-get update && sudo apt-get install -y curl
+    - apt-get update && apt-get install -y curl
     - curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
     - chmod +x /usr/local/bin/docker-compose
     - ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose  # Ajoute un lien symbolique
-- 
GitLab