From a18d05dfb2b56f978d029c3d975aa617346fe951 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 12 Sep 2025 09:35:03 +0200 Subject: [PATCH] add new manual pipeline type for long self test to main --- .gitlab-ci/variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index 4879f331e..817be6f79 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -104,3 +104,4 @@ variables: - 'peaq-enc-passthrough' - 'long-term-logs' - 'backup-long-term-logs' + - 'test-long-self-test' -- GitLab