From fd81a1337c35a0a1cb1c89e6c2b29ade80490e45 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 9 Oct 2025 14:21:27 +0200 Subject: [PATCH] add gitlab-ci-custom.yml file --- .gitlab-ci-custom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci-custom.yml b/.gitlab-ci-custom.yml index 1fd82db40..86c1f487e 100644 --- a/.gitlab-ci-custom.yml +++ b/.gitlab-ci-custom.yml @@ -1,4 +1,4 @@ include: - project: $CUSTOM_CI_PROJECT ref: $CUSTOM_CI_REF - file: $CUSTOM_CI_FILE \ No newline at end of file + file: $CUSTOM_CI_FILE -- GitLab