diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e8123162cc034c4e17e7041ecb860ee42a331c0..fe5cf4f18646668b1b0c7f0656b44140f61a221b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,19 +11,4 @@ test-centos7:
   - yum install -y httpd httpd-devel
   - cd ippisite
   - pip3 install -r requirements.txt
-  - python3 manage.py test
-test-centos7:
-  image: centos:centos7
-  stage: deploy
-  script:
-  - yum install -y epel-release
-  - yum install install -y python34-pip python34-devel
-  - yum install -y gcc graphviz graphviz-devel
-  - cd ippisite
-  - pip3 install -r requirements.txt
-  - python3 manage.py test
-  environment:
-    name: production
-    url: https://ippidb.pasteur.fr
-  only:
-  - master
\ No newline at end of file
+  - python3 manage.py test
\ No newline at end of file