From f5f997e057ea754e70b05ca14627a8665a2c576f Mon Sep 17 00:00:00 2001 From: mihai2mn Date: Fri, 16 Jan 2026 20:43:46 +0100 Subject: [PATCH] fix(ci): Resolve yaml invalid error by adding explicit stages --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f504dea..7b5ba7f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ stages: - deploy format: + stage: format except: - tags <<: *rust_cache @@ -42,6 +43,7 @@ format: - rm -rf "$CI_PROJECT_DIR/ci-target" || true check: + stage: check except: - tags <<: *rust_cache @@ -55,6 +57,7 @@ check: - rm -rf "$CI_PROJECT_DIR/ci-target" || true test: + stage: test except: - tags <<: *rust_cache @@ -65,6 +68,7 @@ test: - rm -rf "$CI_PROJECT_DIR/ci-target" || true release: + stage: release only: - tags <<: *rust_cache