From 2ed2c6c002d89430ff101aab73e1cce951b7628c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 30 Apr 2025 18:12:11 +0200 Subject: [PATCH] refactor(ci): update CI templates for better structure Include the Defaults.gitlab-ci.yml in the CI configuration to enhance the pipeline structure and ensure consistency across projects. This change improves the organization of CI files and helps maintain clarity in the workflow setup. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2fd49b..f8af534 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' +- project: unboundsoftware/ci-templates + file: Defaults.gitlab-ci.yml - project: unboundsoftware/ci-templates file: Release.gitlab-ci.yml - project: unboundsoftware/ci-templates -- 2.52.0