feat(ci): include unboundsoftware CI templates in pipeline

Add unboundsoftware CI templates to the pipeline configuration. This 
enhances the existing CI workflow by incorporating standard defaults, 
ensuring consistency and reducing redundancy in configuration.
This commit is contained in:
2025-10-23 16:32:09 +02:00
parent 49bf450dc9
commit e42cafe972
+2
View File
@@ -1,5 +1,7 @@
include: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
stages: stages:
- build - build