From f0b36a4d2e19a44b16590e009e18460c7b98cda9 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Tue, 13 Jan 2026 23:04:26 +0000 Subject: [PATCH] Fix stages: remove explicit definition to preserve Prosper template stages --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a093b8..cb27942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,6 @@ variables: # renovate: datasource=gitlab-tags depName=esv/bsf/pypi/prosper versioning=semver registryUrl=https://gitlab.global.bsf.tools PROSPER_VERSION: v0.64.1 -stages: - - build - - test - - deploy - - integration # Post-deployment integration tests - kics: allow_failure: true @@ -23,7 +17,7 @@ hadolint: # Post-deployment integration tests template .integration_test_template: &integration_test_template - stage: integration + stage: deploy # Runs in deploy stage, but after deployment due to 'needs' image: deps.global.bsf.tools/docker/python:3.12-slim timeout: 10m before_script: