From f4b9e670d6e5e6be9eabd73ff7a807c971e297f1 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sun, 9 Jan 2022 20:44:46 +0100 Subject: [PATCH] Run pytest inside poetry venv --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bad3249f..58855d486 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: