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
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ build:doc:
.test: # dot means "hidden", acts as base class
stage: test
before_script:
- pip install .
- pip install -e . # local install to have right coverage
image:
name: $CI_REGISTRY_IMAGE:latest # use prebuilt image in Gitlab's registry
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.
Finish editing this message first!
Please register or to comment