From e42cafe9720ad8151705f846989cec93368e2af6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 23 Oct 2025 16:32:09 +0200 Subject: [PATCH] feat(ci): include unboundsoftware CI templates in pipeline Add unboundsoftware CI templates to the pipeline configuration. This enhances the existing CI workflow by incorporating standard defaults, ensuring consistency and reducing redundancy in configuration. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 985d60b..ed346ce 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 stages: - build -- 2.52.0