From 693786fc136de1e333509e6e2e5abe2545ed5ecd Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Thu, 9 Nov 2023 09:19:34 +0100
Subject: [PATCH] Change order of includes to fix overrides of stages

---
 private-modules.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/private-modules.yml b/private-modules.yml
index e5f83a9..c921ad5 100644
--- a/private-modules.yml
+++ b/private-modules.yml
@@ -1,13 +1,13 @@
 include:
+  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.main.yml
+  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.variables.yml
+  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.workflows.yml
   - project: gitlab-ci-cd/general
     ref: main
     file: '/mixins.yml'
   - project: 'gitlab-ci-cd/composer-packages'
     ref: main
     file: '/composer-packages.yml'
-  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.main.yml
-  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.variables.yml
-  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.workflows.yml
 
 default:
   tags:
-- 
GitLab