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.
This commit is contained in:
2025-06-23 13:43:42 +02:00
parent ac747285aa
commit 3aa798cf11
+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