diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 829871a6a070614db9054cb5493d8cc346fc1482..75a77bb3e7eaf523aaf7f7bcf57b3b6a3e555058 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,10 +96,6 @@ tests:
     - chmod +x ./CI/update_badge.sh
     - ./CI/update_badge.sh > /dev/null
   script:
-    - python3.6 -m venv venv/
-    - source venv/bin/activate
-    - pip install --upgrade pip
-    - pip install numpy
     - pip install -r requirements.txt
     - chmod +x ./CI/run_pytest.sh
     - ./CI/run_pytest.sh