diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6d9f153289ad1f27e0d1d009a300fbcf7690d63..2b6f4db1c6f41966341d69e1cdcee85736fa5ba5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ install_and_test_39:
   script:
     - dpkg -L python3-pytest | xargs file | grep executable
     - pip3 install -e . --no-deps
-    - py.test-3
+    # - py.test-3
     - python3 -m pytest
   artifacts:
     when: always