diff --git a/tests/integration.gitlab-ci.yml b/tests/integration.gitlab-ci.yml
index ab5c1fe6c4325432568a354283b2b3cf7d276ff9..7ad5dadbe559f23d7e55869787605c6ba0d4d402 100644
--- a/tests/integration.gitlab-ci.yml
+++ b/tests/integration.gitlab-ci.yml
@@ -5,14 +5,11 @@ component:
     TEST_TF_STATE_NAME: ci-integration-$CI_PIPELINE_IID-$CI_NODE_INDEX
     TEST_TF_ROOT: tests/terraform
   trigger:
-    include: tests/integration-tests/$PIPELINE
+    include: tests/integration-tests/$PIPELINE_NAME.gitlab-ci.yml
     strategy: depend
-  rules:
-    - if: '$CI_PROJECT_PATH == "components/opentofu"'
-      #- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"'
   parallel:
     matrix:
-      - PIPELINE: [Defaults.gitlab-ci.yml]
+      - PIPELINE_NAME: [Defaults]
 
 backport-templates:
   stage: test-integration
@@ -23,11 +20,8 @@ backport-templates:
     TF_STATE_NAME: ci-integration-backports-$CI_PIPELINE_IID-$CI_NODE_INDEX
     TF_ROOT: tests/terraform
   trigger:
-    include: tests/integration-tests/$PIPELINE
+    include: tests/integration-tests/$PIPELINE_NAME.gitlab-ci.yml
     strategy: depend
-  rules:
-    - if: '$CI_PROJECT_PATH == "components/opentofu"'
-      #- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"'
   parallel:
     matrix:
-      - PIPELINE: [BackportTemplates.gitlab-ci.yml]
+      - PIPELINE_NAME: [BackportTemplates]