diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 864a32b48bdaea9aa631d6baa0da01a87b622e52..6df7ed09a088452955ac736d2f21729ad6810fb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ test-centos7:
   stage: test
   script:
   - yum install -y epel-release
-  - yum install install -y python35-pip python35-devel
+  - yum install install -y python34-pip python34-devel
   - cd ippisite
   - pip3 install -r requirements.txt
   - python3 manage.py test
\ No newline at end of file