From d8697c98a0cf94e471035e518a62202682850508 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 16 Oct 2023 18:04:15 +0200 Subject: [PATCH] fix: declare all TBC stages --- templates/gitlab-ci-python.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 5f1c497..be82cbd 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -547,7 +547,14 @@ variables: stages: - build - test + - package-build + - package-test + - infra + - deploy + - acceptance - publish + - infra-prod + - production ############################################################################################### # Generic python job # -- GitLab