From 30d9b89f3cd7db3868bfbb1b8ce288793f01788a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Fri, 13 Sep 2024 09:59:38 +0200
Subject: [PATCH] .gitlab-ci.yml: fix location of rulez.yaml
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The file was moved when the repository was reorganized.
See:
https://gitlab.apertis.org/infrastructure/apertis-infrastructure/-/commit/41fed1b11982635e72f0df7dace9fe85408893e7

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55d7c9b..5fdd8d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
   OSNAME: apertis
   OS_WEBSITE: www.apertis.org
   GITLAB_RULES_GIT: $CI_SERVER_URL/infrastructure/$OSNAME-infrastructure.git
-  GITLAB_RULES_FILE: gitlab-scripts/rulez.yaml
+  GITLAB_RULES_FILE: gitlab-rulez/rulez.yaml
   DEBUG:
     description: Set to any non-empty value to enable debug output
     value: ""
-- 
GitLab