Skip to content
Snippets Groups Projects
Commit 584c50dc authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Fix coverage report by using local editable pip install

parent 84074ab7
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ build:doc: ...@@ -56,7 +56,7 @@ build:doc:
.test: # dot means "hidden", acts as base class .test: # dot means "hidden", acts as base class
stage: test stage: test
before_script: before_script:
- pip install . - pip install -e . # local install to have right coverage
image: image:
name: $CI_REGISTRY_IMAGE:latest # use prebuilt image in Gitlab's registry name: $CI_REGISTRY_IMAGE:latest # use prebuilt image in Gitlab's registry
entrypoint: [""] # == Repo. Has to be done if Dockerfile has own entrypoint entrypoint: [""] # == Repo. Has to be done if Dockerfile has own entrypoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment