From cce769dbe6050c84ecea1a79eac446b4766ad997 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 16 Oct 2023 18:02:12 +0200 Subject: [PATCH] fix: declare all TBC stages --- templates/gitlab-ci-docker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/gitlab-ci-docker.yml b/templates/gitlab-ci-docker.yml index d9f4d13..31d30dc 100644 --- a/templates/gitlab-ci-docker.yml +++ b/templates/gitlab-ci-docker.yml @@ -122,9 +122,15 @@ variables: stages: - build + - test - package-build - package-test + - infra + - deploy + - acceptance - publish + - infra-prod + - production # ================================================== # Base Jobs definition -- GitLab