diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95895ea..bde7611 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,6 @@ test: tags: - test script: - - uv run --only-group test pytest test/integration + - uv run pytest test/integration - uv run --only-group test pytest test/unit