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

Update .gitlab-ci.yml to install apache packages

required by mod_wsgi

Former-commit-id: eea386bd0e28117fb7dfe148994191b054427622
parent 729036e7
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ test-centos7: ...@@ -8,6 +8,7 @@ test-centos7:
- yum install -y epel-release - yum install -y epel-release
- yum install install -y python34-pip python34-devel - yum install install -y python34-pip python34-devel
- yum install -y gcc graphviz graphviz-devel - yum install -y gcc graphviz graphviz-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
......
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