diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84e11fcfb465c0e7c23ac9c8a8236cfa4bc016ca..3761811da1f9827f4039266d0c25ab12263afee0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ build:
 test:
   script:
   #- python3 setup.py test
-  - pip3 -U install tox flake8  # you can also use tox
+  #- pip3 -U install tox flake8  # you can also use tox
   - tox -e py36,flake8
   - python -m unittest discover navipy