refactor(ci): update CI templates for better structure

Include the Defaults.gitlab-ci.yml in the CI configuration to 
enhance the pipeline structure and ensure consistency across 
projects. This change improves the organization of CI files 
and helps maintain clarity in the workflow setup.
This commit is contained in:
2025-04-30 18:12:11 +02:00
parent 74b633964b
commit 2ed2c6c002
+2
View File
@@ -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