From 462c5230dcb0b1c604928a38fc9727be19e5830c Mon Sep 17 00:00:00 2001
From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr>
Date: Tue, 16 Jan 2024 17:27:52 +0100
Subject: [PATCH] Utilisation de "apk" pour Alpine.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33f69c8..1d93897 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,9 +2,8 @@ image: alpine:3.14
 
 build-dois-csv:
   before_script:
-    - apt update
-    - apt install -y python3
-    - apt install -y git
+    - apk update
+    - apk add python3 git
   script:
     - pip install pandas
     - pip install requests
-- 
GitLab