Skip to content
Snippets Groups Projects
Commit c55e66e2 authored by Teemu Autto's avatar Teemu Autto
Browse files

Fix for path.

parent 2710d8e3
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ test:
- name: mongo:4.2 # update to reflect same version used on production
alias: mongo
script:
- pip install --disable-pip-version-check -e /app/[test]
- pip install --disable-pip-version-check -e /app[test]
## Run tests with coverage reporting
- coverage run -m pytest
## Run basic reporting for badge
......
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