From edd9bde66f862763743760e0180e81a5da4d2478 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 30 Apr 2025 17:09:19 +0200 Subject: [PATCH] feat(ci): update CI configuration with additional templates Adds new configuration files to the GitLab CI setup, enhancing the pipeline capabilities. This includes including the Defaults.gitlab-ci.yml template and ensuring proper project file references. These changes aim to improve the CI workflow efficiency and maintainability. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2fd49b..f8af534 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 - project: unboundsoftware/ci-templates