Skip to content
Snippets Groups Projects
Commit 3a8590da authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Update .gitlab-ci.yml

Former-commit-id: dbfa52f051b62fdced797f42a995ad0919e97526
parent 330356f3
No related branches found
No related tags found
No related merge requests found
...@@ -11,19 +11,4 @@ test-centos7: ...@@ -11,19 +11,4 @@ test-centos7:
- yum install -y httpd httpd-devel - yum install -y httpd httpd-devel
- cd ippisite - cd ippisite
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- python3 manage.py test - python3 manage.py test
test-centos7: \ No newline at end of file
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment