From 68f445c8bcd4af50f1e396803a10997b87c87c68 Mon Sep 17 00:00:00 2001 From: Kasper Marinus Date: Fri, 30 Jan 2026 16:03:51 +0000 Subject: [PATCH] Revert "build: remove test group usage" This reverts commit 53ba8bb16bf84bb2df09b5c7da000a71af87d5ae --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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