diff --git a/backports/.Base.gitlab-ci.yml b/backports/.Base.gitlab-ci.yml
index 3c11fbbed29b57fa45c8feadbc6dadf8902e72c0..808bf2e53b686c18c8bd50ed696fb9c44671b271 100644
--- a/backports/.Base.gitlab-ci.yml
+++ b/backports/.Base.gitlab-ci.yml
@@ -24,7 +24,7 @@ variables:
   # The name of the state file used by the GitLab Managed Terraform state backend
   TF_STATE_NAME: default
 
-.opentofu:suggest-component:
+.opentofu:use-component-instead-of-template:
   stage: validate
   needs: []
   allow_failure: true
diff --git a/backports/OpenTofu.gitlab-ci.yml b/backports/OpenTofu.gitlab-ci.yml
index b0510cda812d546d44c98eed989eb765a43765d9..9938e2797493d720564b4cf3b7584d9fef5994cd 100644
--- a/backports/OpenTofu.gitlab-ci.yml
+++ b/backports/OpenTofu.gitlab-ci.yml
@@ -17,8 +17,8 @@ include:
 
 stages: [validate, build, deploy]
 
-suggest-component:
-  extends: .opentofu:suggest-component
+use-component-instead-of-template:
+  extends: .opentofu:use-component-instead-of-template
 
 fmt:
   extends: .opentofu:fmt
diff --git a/backports/OpenTofu/Base.gitlab-ci.yml b/backports/OpenTofu/Base.gitlab-ci.yml
index 1c00ff4bb455cc13313ca91ab47ebaf460db9296..774ff5d895122a0885e6a266e7be622c857e0930 100644
--- a/backports/OpenTofu/Base.gitlab-ci.yml
+++ b/backports/OpenTofu/Base.gitlab-ci.yml
@@ -24,7 +24,7 @@ variables:
   # The name of the state file used by the GitLab Managed Terraform state backend
   TF_STATE_NAME: default
 
-.opentofu:suggest-component:
+.opentofu:use-component-instead-of-template:
   stage: validate
   needs: []
   allow_failure: true
diff --git a/tests/integration-tests/BackportTemplates.gitlab-ci.yml b/tests/integration-tests/BackportTemplates.gitlab-ci.yml
index 25651851e016155bab22f7a7d32e0aee1220b6aa..a82318209a55042e3bfe0d16dfe7877540b6655a 100644
--- a/tests/integration-tests/BackportTemplates.gitlab-ci.yml
+++ b/tests/integration-tests/BackportTemplates.gitlab-ci.yml
@@ -5,8 +5,8 @@ stages: [validate, test, build, deploy, cleanup]
 
 # Required to run everything immediately, instead of manually.
 
-suggest-component:
-  extends: .opentofu:suggest-component
+use-component-instead-of-template:
+  extends: .opentofu:use-component-instead-of-template
 
 fmt:
   extends: .opentofu:fmt