From 76ef8f1c2949f780e80f8f01970a40f0337b04d2 Mon Sep 17 00:00:00 2001 From: Deeman Date: Fri, 13 Feb 2026 14:52:56 +0100 Subject: [PATCH] fix pytest call --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52349d0..26b0077 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ test: - pip install uv script: - cd padelnomics && uv sync - - uv run pytest tests/ -x -q + - uv run -m pytest tests/ -x -q - uv run ruff check src/ tests/ rules: - if: $CI_COMMIT_BRANCH == "master"