From e816d76f60dde1269c6bb0b59d42e9db61a714fc Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Wed, 19 Aug 2026 12:00:00 +0000 Subject: [PATCH] ci: drop the pruefen stage from the probe - this repo has no such stage Co-Authored-By: Claude Opus 5 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f18788c..4957de5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -207,7 +207,6 @@ canonize_wiki: # ausdruecklich mit TEST_CANONIZE=1 gestartet wird. Wird nach dem Test entfernt. # --------------------------------------------------------------------------- canonize_token_test: - stage: pruefen image: alpine:3.20 rules: - if: $CI_PIPELINE_SOURCE == "web" && $TEST_CANONIZE == "1"