From fe8084c9a827ea814d77a302855e4100e702db3b Mon Sep 17 00:00:00 2001
From: guilhemheinrich <zezongo@gmail.com>
Date: Thu, 14 Dec 2023 14:09:01 +0100
Subject: [PATCH] Try again

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85d99f4..2da7bfe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,9 @@ prepare:release:
   stage: prepare_release
   image: node:alpine
   before_script:
-    - apk add --no-cache --virtual python3
+    - apk add --no-cache python py3-pip
+    - python --version
+    - pip --version
   script:
     - npm install          # Installer les dépendances si nécessaire
     - npm install -g nexe  # Installer Nexe si ce n'est pas déjà fait
-- 
GitLab