From 10f96fc8f1453d314e3c82e7cc2dd0dd4cc66fad Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Jun 2025 12:03:22 +0200 Subject: [PATCH] fix(ci): dependancy --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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"