diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ceb2aa1..e22121e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -89,7 +89,7 @@ jobs: run: | cd dashboard/backend . venv/bin/activate - pytest tests/ -v --timeout=60 \ + python -m pytest tests/ -v --timeout=60 \ --cov=. --cov-report=xml --cov-report=term \ --junit-xml=test-results.xml \ --cov-fail-under=49