From c374b1081dd52e1ac1fc225dde5b2913f6d240ae Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Mon, 24 Feb 2025 18:36:31 +0100
Subject: [PATCH] (pipeline) Modif pipeline4

---
 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e517aa2..6531182 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:
-- 
GitLab