Skip to content
Snippets Groups Projects
Commit 257d24fa authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

fix: updated gitlab-ci script

parent 0e2b9f07
No related branches found
No related tags found
1 merge request!261Python3 translation
image: python:2.7
image: python:3.6
variables:
......@@ -8,8 +8,8 @@ variables:
before_script:
- apt-get update && apt-get install -y --allow-unauthenticated libsasl2-dev libssl-dev locales locales-all
- pip install -r requirements.txt --default-timeout=180
- pip install -r requirements-dev.txt --default-timeout=180
- pip install -r requirements.txt --default-timeout=180 -i https://pypi.lcsb.uni.lu/simple/
- pip install -r requirements-dev.txt --default-timeout=180 -i https://pypi.lcsb.uni.lu/simple/
test:
services:
......
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