From 473c0fdce13d995f72040a611423c1573ae45242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otgaar?= Date: Tue, 28 Oct 2025 12:07:42 +0100 Subject: [PATCH] fix: fix gitlab ci pipeline ref: N25B-205 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e1883..bde7611 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,5 +22,6 @@ test: tags: - test script: - - uv run --only-group test pytest + - uv run pytest test/integration + - uv run --only-group test pytest test/unit