From 1555b76673c4bd25ee224c7d235422eeb0931179 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 23 Jun 2025 13:46:51 +0200 Subject: [PATCH] chore(ci): update CI configuration for project templates Add Defaults.gitlab-ci.yml to the CI configuration and ensure proper inclusion of unboundsoftware/ci-templates for better workflows. This enhances the CI pipeline setup and streamlines the build process. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec1eb6c..4fc1d4b 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