From c78f2ac3297ef8765deba4af8e3f30f88de7d85c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Jun 2025 12:16:52 +0200 Subject: [PATCH] fix: dependancy part 3 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56299ea..99774bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ include: # linting - component: "$CI_SERVER_FQDN/components/golanglint/golanglint@v1.0.0" + inputs: + stage: "linting" testing: stage: "testing"