Run pytest inside poetry venv

This commit is contained in:
Georg Krause 2022-01-09 20:44:46 +01:00
parent cfebcb87c3
commit f4b9e670d6
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ eslint:
- cd api - cd api
- poetry install --no-root - poetry install --no-root
script: 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: tags:
- docker - docker
artifacts: artifacts: