Update .gitlab-ci.yml file

This commit is contained in:
2025-04-28 13:34:33 +02:00
parent 35a7402bad
commit 1388e92c2c

View File

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