diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63bfff65ba32e72859fedb5d1dfe28766b313917..4738fc0940681cf62a83a14e64dc1ad6e5b3eeda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ test-centos7:
   - 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