From 0ff97fece90c31cce39b931741c7ec52290e9340 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 6 Apr 2025 19:11:47 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c7c624..05213d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ default: stages: #- pull + - build - on_commit - sonarcloud_scan