From d36476c4f6b8d64b5b7e21dce0e97cfe889f427a Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Tue, 13 Jan 2026 23:05:30 +0000 Subject: [PATCH] Add stages definition including Prosper and custom stages --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb27942..e31535f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,14 @@ variables: # renovate: datasource=gitlab-tags depName=esv/bsf/pypi/prosper versioning=semver registryUrl=https://gitlab.global.bsf.tools PROSPER_VERSION: v0.64.1 +# Define stages - extends Prosper's stages with our custom ones +stages: + - .pre + - lint + - build + - test + - deploy + kics: allow_failure: true