diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b08f58..1a869e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,4 +23,4 @@ test: - test script: - apt-get update && apt-get install ffmpeg libsm6 libxext6 -y - - uv run pytest test + - uv run --only-group test pytest test