From 53ba8bb16bf84bb2df09b5c7da000a71af87d5ae Mon Sep 17 00:00:00 2001 From: Kasper Marinus Date: Fri, 30 Jan 2026 15:57:47 +0000 Subject: [PATCH] build: remove test group usage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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