From b42f77f58d8d1bb4533c09d818417b69e30c0424 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 1 May 2025 09:24:15 +0200 Subject: [PATCH] feat(ci): add default CI configuration for pipelines Add a reference to the Defaults.gitlab-ci.yml in the CI pipeline configuration. This integration enables standardized settings across projects, improving consistency and reducing setup time for new pipelines. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42a29a2..dedd92d 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