diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ce97c41bdf486c81b8e56c695fb632f38a0d41a..26963b95b9b2279bb21a009332bcce72ac97d854 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ default:
     - source venv/bin/activate
     - pip install --upgrade pip
     - pip install matplotlib numpy scipy six coverage pytest pytest-cov
-    - dpkg -L python3-pytest | xargs file | grep executable
+    # - dpkg -L python3-pytest | xargs file | grep executable
 
 stages:
   - test
@@ -105,7 +105,7 @@ ubuntu:i686:
   script:
     - conda create -n py39 Python=3.9
     - conda activate py39
-    - pip3 install -e . --no-depsgit 
+    - pip3 install -e . --no-deps
     - python3 -m pytest
   artifacts:
     when: always