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