From 90e1daf62fece95161ce0954293bd60fc145ab98 Mon Sep 17 00:00:00 2001
From: acrovato <a.crovato@uliege.be>
Date: Thu, 21 Dec 2023 15:48:47 +0100
Subject: [PATCH] fix ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed5c7f4..2f4f3ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,8 @@ build:
     <<: *global_tag_def
     stage: build
     script:
-        - python3 -m ensurepip --upgrade
+        - wget https://bootstrap.pypa.io/get-pip.py
+        - python3 get-pip.py
         - python3 -m pip install .
 
 test:
-- 
GitLab