Run pytest inside poetry venv
This commit is contained in:
parent
cfebcb87c3
commit
f4b9e670d6
|
@ -159,7 +159,7 @@ eslint:
|
|||
- cd api
|
||||
- poetry install --no-root
|
||||
script:
|
||||
- pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
|
||||
- poetry run pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
|
||||
tags:
|
||||
- docker
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in New Issue