Skip to content
Snippets Groups Projects
Commit bd758b09 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Update .gitlab-ci.yml file to fix installation candidate error for virtualenv

parent 253c5cd3
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ cache: ...@@ -17,7 +17,7 @@ cache:
before_script: before_script:
- python -V # Print out python version for debugging - python -V # Print out python version for debugging
- apt-get -qq update - apt-get -qq update
- apt-get -qq install -y python-virtualenv python3 python3-dev python3-pip gettext default-libmysqlclient-dev - apt-get -qq install -y python3-virtualenv python3 python3-dev python3-pip gettext default-libmysqlclient-dev
- export DJANGO_SETTINGS_MODULE=AKPlanning.settings_ci - export DJANGO_SETTINGS_MODULE=AKPlanning.settings_ci
- ./Utils/setup.sh --prod - ./Utils/setup.sh --prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment