From 027b88adf396c7bff22e493631bd9a40d633ced7 Mon Sep 17 00:00:00 2001 From: Kasper Date: Fri, 21 Nov 2025 17:19:39 +0100 Subject: [PATCH] chore: update pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbecd22..265d9c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,4 +22,4 @@ test: tags: - test script: - - uv run --only-group pytest test/unit + - uv run --only-group test pytest test/unit