Index: .gitlab-ci.yml
===================================================================
--- .gitlab-ci.yml	(revision 78801cfcd9bdf227b5739f6c6747225386870892)
+++ .gitlab-ci.yml	(revision 2b95c180b35b2df4874e4b657ef981f4c40610cc)
@@ -22,6 +22,8 @@
   stage: test
   script:
+    - python3 -m venv .venv
+    - source .venv/bin/activate
+    - pip install --upgrade numpy pdoc3 pytest
     - cd tests
-    - pip install -U pytest 
     - pytest --junitxml=report.xml
   artifacts:
