From 55033d01d280f152854c5b4dc9d12f0a433d2e40 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 23 Jun 2025 13:47:31 +0200 Subject: [PATCH] feat(ci): add custom CI template for defaults configuration Includes a custom CI template from the unboundsoftware repository to standardize default configurations across projects. This change aims to improve build consistency and streamline the CI setup process. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f0cce1..b394f73 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