diff --git a/backports/OpenTofu.gitlab-ci.yml b/backports/OpenTofu.gitlab-ci.yml index c3ec5656ead7f64d684f3af967019b546a5a0abe..0ed5a633d61b4367bb3a6884a5f8c044706af23e 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 889cc37d51102b332d13b5c960c2fecfe88212bd..316ec52e1a81bd8153a38202856e3d3987bf816e 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]