Fix stages: remove explicit definition to preserve Prosper template stages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user