diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bd2696a8fb1a1ddc0e2e0b6d3996d3f97482f2b..d35ffbfed3ce6a0f9ea67181503edb08f6d6649c 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