From c75f5de97c31fdda8aa5b4815ec68686bcf9a65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otgaar?= Date: Tue, 28 Oct 2025 12:20:43 +0100 Subject: [PATCH] fix: fix only group integration testing to exclude missing dependencies ref: N25B-205 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bde7611..95895ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,6 @@ test: tags: - test script: - - uv run pytest test/integration + - uv run --only-group test pytest test/integration - uv run --only-group test pytest test/unit