Update .gitlab-ci.yml file

This commit is contained in:
2025-04-28 13:35:07 +02:00
parent 142d46a902
commit b9e71fee88

View File

@ -5,6 +5,5 @@ build_job:
stage: build stage: build
script: script:
- echo "Running build pipeline" - echo "Running build pipeline"
rules:
- if: '$CI_COMMIT_MESSAGE == "build"'