Add 'build' stage to GitLab CI pipeline

This change introduces a new 'build' stage to the CI pipeline. It sets up the pipeline for improved clarity and better stage separation, paving the way for future enhancements or steps.
This commit is contained in:
2025-04-06 19:11:47 +02:00
parent 131ee9970a
commit 0ff97fece9
+1
View File
@@ -3,6 +3,7 @@ default:
stages:
#- pull
- build
- on_commit
- sonarcloud_scan