From 2e5bd86439a712236524e038575f4958e6874fa6 Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Mon, 11 Dec 2023 16:03:05 +0000
Subject: [PATCH] Update .gitlab-ci.yml file, changed docker source

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bd2696..d35ffbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 default:
-    image: rboman/waves-py3:2020.3
+    image: pdechamps/blaster:v1
     before_script:
         - source /opt/intel/mkl/bin/mklvars.sh intel64
         - source /opt/intel/tbb/bin/tbbvars.sh intel64
@@ -23,9 +23,6 @@ stages:
 build:
     <<: *global_tag_def
     stage: build
-    before_script:
-        - apt-get install -y python3-pip
-        - python3 -m pip install scipy==1.11.3 --user
     script:
         - git submodule init
         - git submodule update
-- 
GitLab