diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a869e5..9b08f58 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 --only-group test pytest test + - uv run pytest test