diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 313ca72cada130430ba5a26487b5390d096eef24..d189422840694da557c9775149ccd225cee2eb83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,8 @@ before_script:
 
 test:
   script:
+    - source venv/bin/activate
+    - which pip; which python
     - pip install pytest tox  # you can also use tox
     - pip install --editable ".[test]"
     - python -m tox -e py