From 3d15dc7c43929be463f5892aba2b08964a2e4749 Mon Sep 17 00:00:00 2001
From: Raphael Sturgis <raphael.sturgis@lis-lab.fr>
Date: Tue, 2 Nov 2021 09:31:11 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d3ec05..e518777 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
-- 
GitLab