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

Need pipenv

parent a30d5fb4
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
...@@ -30,7 +30,8 @@ build-analyse-service: ...@@ -30,7 +30,8 @@ build-analyse-service:
image: python:3.9-slim image: python:3.9-slim
stage: build stage: build
script: script:
- "pip install -r ./dbrepo-analyse-service/requirements.txt" - apt-get update && apt-get install -y pipenv
- "PIPENV_PIPFILE=./dbrepo-analyse-service/Pipfile pipenv install --dev"
build-data-service: build-data-service:
image: maven:3-openjdk-17 image: maven:3-openjdk-17
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment