From ffbac9939117cf97623e465863a30a2de7b80874 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Thu, 18 Jan 2024 16:00:03 +0100
Subject: [PATCH] Fix Backport templates integration tests

---
 backports/OpenTofu.gitlab-ci.yml                        | 1 -
 tests/integration-tests/BackportTemplates.gitlab-ci.yml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/backports/OpenTofu.gitlab-ci.yml b/backports/OpenTofu.gitlab-ci.yml
index c3ec565..0ed5a63 100644
--- a/backports/OpenTofu.gitlab-ci.yml
+++ b/backports/OpenTofu.gitlab-ci.yml
@@ -14,7 +14,6 @@
 
 include:
   - template: OpenTofu/Base.latest.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.latest.gitlab-ci.yml
-  - template: Jobs/SAST-IaC.latest.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/SAST-IaC.latest.gitlab-ci.yml
 
 stages: [validate, test, build, deploy]
 
diff --git a/tests/integration-tests/BackportTemplates.gitlab-ci.yml b/tests/integration-tests/BackportTemplates.gitlab-ci.yml
index 889cc37..316ec52 100644
--- a/tests/integration-tests/BackportTemplates.gitlab-ci.yml
+++ b/tests/integration-tests/BackportTemplates.gitlab-ci.yml
@@ -1,5 +1,5 @@
 include:
-  - template: /backports/OpenTofu.gitlab-ci.yml
+  - local: /backports/OpenTofu.gitlab-ci.yml
 
 stages: [validate, test, build, deploy, cleanup]
 
-- 
GitLab