diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4738fc0940681cf62a83a14e64dc1ad6e5b3eeda..812cfe615eee8823129b9a9251414ce578c3e2e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,9 +12,6 @@ test-centos7:
   - yum install -y gcc-c++
   - cd ippisite
   - pip3 install -r requirements.txt
-  - pip3 -V  #test pip3 version
-  - python3 -V # test python3 version
-  - python3 -c "import sys; print(sys.version_info);print(sys.version_info < (3, 5))" #print python version
   - python3 manage.py test
 deploy-webserver:
   stage: deploy