From 91d18f8429c736119d09108d9a6e09d874a094ea Mon Sep 17 00:00:00 2001 From: Kalin Daskalov <kalin.daskalov@vereign.com> Date: Wed, 5 Jun 2024 16:21:50 +0300 Subject: [PATCH] include stages in ci --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc819d9..2e9d49e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,9 @@ include: variables: RUNNER_TAG: amd64-docker GO_VERSION: 1.22.4 - GOLANGCI_LINT_VERSION: latest \ No newline at end of file + GOLANGCI_LINT_VERSION: latest + +stages: + - test + - build + - trigger-deploy \ No newline at end of file -- GitLab