diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc819d985ced4feba91c900aeb407a92d3028d5a..2e9d49e9a8475906555dad3d4f984cebf31db18b 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