From 3a8590daee103e0e145bbcf0bf3def5538adcb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Tue, 18 Jul 2017 14:58:41 +0200 Subject: [PATCH] Update .gitlab-ci.yml Former-commit-id: dbfa52f051b62fdced797f42a995ad0919e97526 --- .gitlab-ci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e812316..fe5cf4f1 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 -- GitLab