diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c839853..56299ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,12 @@ stages: - "testing" - "releasing" +# include jobs +include: + + # linting + - component: "$CI_SERVER_FQDN/components/golanglint/golanglint@v1.0.0" + testing: stage: "testing" needs: @@ -26,10 +32,3 @@ releasing: GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN' script: - "goreleaser release --clean" - - -# include jobs -include: - - # linting - - component: "$CI_SERVER_FQDN/components/golanglint/golanglint@v1.0.0"