diff --git a/templates/Terraform.gitlab-ci.yml b/templates/Terraform.gitlab-ci.yml
index c276584058151bbc829bc53185530199c4acd63f..cd8ab158e1ab1e3f53b33c43fe6a28ee05dea1d3 100644
--- a/templates/Terraform.gitlab-ci.yml
+++ b/templates/Terraform.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
 
 include:
-  - local: Terraform/Base.gitlab-ci.yml
+  - local: /templates/Terraform/Base.gitlab-ci.yml
   - template: Jobs/SAST-IaC.gitlab-ci.yml   # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/SAST-IaC.gitlab-ci.yml
 
 stages:
diff --git a/templates/Terraform.latest.gitlab-ci.yml b/templates/Terraform.latest.gitlab-ci.yml
index 6c96e58301c2ef6c3ba35b771ee3159b5274a094..1c824e7e1c703db71c9d20855f4e7a6585382cfb 100644
--- a/templates/Terraform.latest.gitlab-ci.yml
+++ b/templates/Terraform.latest.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
 
 include:
-  - local: Terraform/Base.latest.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
+  - local: /templates/Terraform/Base.latest.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/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: