Skip to content
Snippets Groups Projects
Verified Commit 361882ce authored by Martin Weise's avatar Martin Weise
Browse files

gunicorn

parent f748a731
Branches
Tags
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
......@@ -31,7 +31,7 @@ build-analyse-service:
stage: build
script:
- "pip install pipenv"
- "cd ./dbrepo-analyse-service && pipenv install --system --deploy"
- "cd ./dbrepo-analyse-service && pipenv install gunicorn && pipenv install --system --deploy"
build-data-service:
image: maven:3-openjdk-17
......@@ -112,7 +112,7 @@ test-analyse-service:
- build-analyse-service
script:
- "pip install pipenv"
- "cd ./dbrepo-analyse-service && pipenv install --system --deploy"
- "cd ./dbrepo-analyse-service && pipenv install gunicorn && pipenv install --system --deploy"
- "cd ./dbrepo-analyse-service/ && coverage run -m pytest test/test_determine_dt.py test/test_determine_pk.py --junitxml=report.xml && coverage html && coverage report > ./coverage.txt"
- "cat ./coverage.txt | grep -o 'TOTAL[^%]*%'"
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment