From b18b2de6af053851316e6aa15f9ea3e78beda516 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 23 Oct 2025 16:30:42 +0200 Subject: [PATCH] feat(ci): add external CI template for better configuration Includes the external CI template from unboundsoftware to enhance the CI configuration. This change streamlines the setup process and maintains consistency across projects. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a159e4b..1211240 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