Skip to content
Snippets Groups Projects
Commit 6e678655 authored by Chris Pastl's avatar Chris Pastl
Browse files

ci: add install_requirements for running tests

parent 9a0f5a0b
No related branches found
No related tags found
1 merge request!35make test and coverage
Pipeline #7730 failed
...@@ -12,6 +12,12 @@ stages: ...@@ -12,6 +12,12 @@ stages:
- deploy - deploy
- release - release
.install_requirements: &install_requirements
- apt-get -qq update
- apt-get -y install curl pip
- python3 -m pip install --upgrade pip
- pip install poetry
- poetry install --no-interaction
build-openapi-scheme: build-openapi-scheme:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment