From b77d58081514b4e9ace6e20aaee6aea818427706 Mon Sep 17 00:00:00 2001 From: Ilya Fedorov Date: Thu, 8 Jul 2021 06:08:52 +0000 Subject: [PATCH] add stages --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d400dc..bd6cf68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,10 @@ --- +stages: + - test + - deploy + lint-yaml: + stage: test only: - merge_requests tags: @@ -22,6 +27,7 @@ lint-yaml: - docker logout "$DOCKER_URL" deploy: + stage: deploy only: - master tags: