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

Need dev deps

parent 50ffc189
No related branches found
No related tags found
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
...@@ -33,7 +33,7 @@ build-analyse-service: ...@@ -33,7 +33,7 @@ build-analyse-service:
PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile" PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile"
script: script:
- "pip install pipenv" - "pip install pipenv"
- "pipenv install gunicorn && pipenv install --system --deploy" - "pipenv install gunicorn && pipenv install --dev --system --deploy"
build-data-service: build-data-service:
image: maven:3-openjdk-17 image: maven:3-openjdk-17
...@@ -116,7 +116,7 @@ test-analyse-service: ...@@ -116,7 +116,7 @@ test-analyse-service:
- build-analyse-service - build-analyse-service
script: script:
- "pip install pipenv" - "pip install pipenv"
- "pipenv install gunicorn && pipenv install --system --deploy" - "pipenv install gunicorn && pipenv install --dev --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" - "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[^%]*%'" - "cat ./coverage.txt | grep -o 'TOTAL[^%]*%'"
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment