Fix stages: remove explicit definition to preserve Prosper template stages

This commit is contained in:
Mondo Diaz
2026-01-13 23:04:26 +00:00
parent 522db88ca7
commit 2a787b980a

View File

@@ -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: