From aaf116b9c4139a3f9a3c5982c75784a861802f00 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 22 Oct 2025 20:15:37 +0200 Subject: [PATCH] feat(ci): add custom CI template for improved pipeline Adds a custom CI template from the unboundsoftware repository to enhance the pipeline configuration. This change aims to improve consistency and reuse of CI settings across projects, streamlining the development workflow. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43d53a9..669fce2 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