From ca3b5932face81926f9c561f1da1a3c9bc8e1fdb Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 1 May 2025 09:24:52 +0200 Subject: [PATCH] chore(ci): update CI configuration for merge request pipelines Add new include for 'Defaults.gitlab-ci.yml' in the CI configuration to streamline the build process. The changes ensure that the necessary defaults are applied, improving pipeline consistency and maintainability. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab0f4b2..fb5db18 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