diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8330299564ba47011cb785d14ccadd292e67d832..8737fc09fd1d5b50dd9471e95326bf56d90cf472 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,12 +8,13 @@ prepare:release:
   before_script:
     - apk add --no-cache python3 py3-pip
     - python3 --version
+    - echo $(which python3)
     - pip3 --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
     - npm run build        # Build TypeScript dans /dist 
-    - nexe --build -i ./dist/index.js -o bin.exe # Cré l'éxécutable avec nexe
+    - nexe --build --python $(which python3) -i ./dist/index.js -o bin.exe # Créé l'éxécutable avec nexe
   after_script:
     - echo "JOB_ID=$CI_JOB_ID" >> job.env
   artifacts: