diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fa8d52..2a68590 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,11 +23,11 @@ check_confluence_validity:
INPUT_FILE: "document.adoc"
IMAGES_DIR: images
CREATE_SUB_PAGES: "false"
- PAGE_PREFIX: "[CI/CD] - [TMPL] - "
+ PAGE_PREFIX: "[CI/CD] - "
CONFLUENCE_SPACE: RANDI
TEXT_GENERATED_HINT: 'This is a generated page, do not edit! All changes must happen in the Repository
.'
- FILE_INPUT: "index.html,111183157,gitlab-ci-templates"
+ FILE_INPUT: "index.html,107524048,CI Templates"
extends: .check_confluence_validity-template
pages:
@@ -36,11 +36,11 @@ pages:
INPUT_FILE: "document.adoc"
IMAGES_DIR: images
CREATE_SUB_PAGES: "false"
- PAGE_PREFIX: "[CI/CD] - [TMPL] - "
+ PAGE_PREFIX: "[CI/CD] - "
CONFLUENCE_SPACE: RANDI
TEXT_GENERATED_HINT: 'This is a generated page, do not edit! All changes must happen in the Repository
.'
- FILE_INPUT: "index.html,111183157,gitlab-ci-templates"
+ FILE_INPUT: "index.html,107524048,CI Templates"
extends: .pages-template
.release-template: