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: