diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e517aa2df9b3d10a1ea07df4084de8d24cf2571b..653118254aa0fd9f6285e13f1f5d0de2e8f0794a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,11 @@
 default:
-    image: rboman/waves-py3:2023.0
+    image: rboman/waves-py3:latest
     before_script:
         - source /opt/intel/oneapi/mkl/latest/env/vars.sh
         - source /opt/intel/oneapi/tbb/latest/env/vars.sh
         - echo $(nproc)
         - printenv | sort
-        - apt-get update && apt-get install -y python3-pip
-        - pip install scipy==1.15.1 vtk==9.3.0 matplotlib==3.10.0 numpy==2.2.3  # Install the specified packages
-        - pip list  # Print the list of installed packages and their versions
+        - apt-get install python3-scipy==1.15
 
 .global_tag: &global_tag_def
     tags: