From 7d1a9eaf9f7208d61d036a802689fda7303f6103 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Fri, 26 Jan 2024 11:35:13 +0100
Subject: [PATCH] Use .pre job for warning

---
 backports/.Base.latest.gitlab-ci.yml         | 2 +-
 backports/OpenTofu/Base.latest.gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/backports/.Base.latest.gitlab-ci.yml b/backports/.Base.latest.gitlab-ci.yml
index 3ccb499..32e1214 100644
--- a/backports/.Base.latest.gitlab-ci.yml
+++ b/backports/.Base.latest.gitlab-ci.yml
@@ -25,7 +25,7 @@ variables:
   TF_STATE_NAME: default
 
 .opentofu:use-component-instead-of-template:
-  stage: validate
+  stage: .pre
   needs: []
   allow_failure: true
   rules:
diff --git a/backports/OpenTofu/Base.latest.gitlab-ci.yml b/backports/OpenTofu/Base.latest.gitlab-ci.yml
index 08cf007..88f02bc 100644
--- a/backports/OpenTofu/Base.latest.gitlab-ci.yml
+++ b/backports/OpenTofu/Base.latest.gitlab-ci.yml
@@ -25,7 +25,7 @@ variables:
   TF_STATE_NAME: default
 
 .opentofu:use-component-instead-of-template:
-  stage: validate
+  stage: .pre
   needs: []
   allow_failure: true
   rules:
-- 
GitLab