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"