From a5fcc011c58cc7267c698f035e1360f58b88aa5c Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Thu, 14 Dec 2023 10:44:26 +0100
Subject: [PATCH] (pip) Trying wget

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b227e7..12d8efc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 default:
     image: rboman/waves-py3:2020.3
     before_script:
-        - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
+        - wget https://bootstrap.pypa.io/get-pip.py
         - python3 get-pip.py
         - python3 -m pip install scipy==1.11.3 --user
         - source /opt/intel/mkl/bin/mklvars.sh intel64
-- 
GitLab