From b6d39d60c4d21fd3dbb7c080f8812b8123eb319a Mon Sep 17 00:00:00 2001
From: fejao <mail@fejao.de>
Date: Wed, 12 Feb 2025 09:17:03 +0100
Subject: [PATCH] setting ci-cd

---
 .gitlab-ci.yml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6884a5c..0c9954a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,7 @@ variables:
 stages:
   - test-debug
   - yamllint
+  - downstream_role_test
   - upstream-trigger
   - syntax-check
   - lint-tests
@@ -74,6 +75,7 @@ stages:
 ###
 yamllint-test:
   stage: yamllint
+  # stage: downstream_role_test
   image: $IMAGE_NAME_LINT
   variables:
     PYTHON_REQ_FILE_PATH: $PATH_PYTHON_REQ_FILE
@@ -86,13 +88,15 @@ yamllint-test:
 
 trigger-pipeline:
   stage: upstream-trigger
-  # trigger:
-    # project: fejao/c3infodesk-deployment
+  variables:
+    RUN_SYNTAX_FOR_ROLE_TEST: true
   trigger:
-    include:
-      - project: fejao/c3infodesk-deployment
-        ref: Adding_ci_cd_triggers
-        file: 'ci-cd/templates/syntax-ckecks.yml'
+    project: fejao/c3infodesk-deployment
+  # trigger:
+  #   include:
+  #     - project: fejao/c3infodesk-deployment
+  #       ref: Adding_ci_cd_triggers
+  #       file: 'ci-cd/templates/syntax-ckecks.yml'
 
 ###
 ### STAGE-SYNTAX-CHECK
-- 
GitLab