Files
robotframework/.gitlab-ci.yml
T
argoyle ca3b5932fa chore(ci): update CI configuration for merge request pipelines
Add new include for 'Defaults.gitlab-ci.yml' in the CI 
configuration to streamline the build process. The changes 
ensure that the necessary defaults are applied, improving 
pipeline consistency and maintainability.
2025-05-01 09:24:52 +02:00

19 lines
339 B
YAML

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
stages:
- build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push