diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d3ec05065127077148c095c62078e033274ec4c..e51877722f5f8fd2703dd650d966474e2aa3baa6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,7 @@
-before_script:
-  - python -V  # Print out python version for debugging
-  - pip install virtualenv
-  - virtualenv venv
-  - source venv/bin/activate
-
-
 # run the test suite
 tests:
     stage: test
+    image: registry.gitlab.lis-lab.fr:5005/raphael.sturgis/phd_qarma_searoutes
     only:
         - main
         - develop