Skip to content
Snippets Groups Projects
Commit 6a0eb924 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Fix OpenAPI

parent 0bb960a2
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ before_script:
- apk --update add build-base
# Custom line to install our own deps from Git using GitLab CI credentials
- "pip install -e git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/arkindex/common#egg=arkindex-common"
- "pip install -e git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/arkindex/ponos#egg=arkindex-ponos"
- "pip install -e git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/arkindex/ponos#egg=ponos-server"
- pip install -r tests-requirements.txt codecov
variables:
......@@ -47,7 +47,11 @@ backend-openapi:
stage: build
image: registry.gitlab.com/arkindex/backend/openapi:latest
before_script: []
before_script:
- pip uninstall -y arkindex-common ponos-server
- "pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/arkindex/common#egg=arkindex-common"
- "pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/arkindex/ponos#egg=ponos-server"
script:
- mkdir -p output
- pip install --no-deps -e .
......
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