From 3aa798cf11f80140aa811cede74b79b4dff48d15 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 23 Jun 2025 13:43:42 +0200 Subject: [PATCH] fix(ci): add default CI template for improved workflow Updates the GitLab CI configuration to include the default CI template. This change ensures consistent and optimized pipeline behaviors across projects by leveraging the provided defaults, enhancing the overall CI/CD process. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70581b8..d9fa62d 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 -- 2.52.0