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