From 2ab991a181b29fa4f376cb7408093b6ba48af41c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Jun 2025 17:22:22 +0200 Subject: [PATCH] feat: migrate components to new name --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d0db5d..aae7860 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,6 @@ stages: # include jobs include: - - component: "$CI_SERVER_FQDN/components/golanglint/linting@v2.0.5" - - component: "$CI_SERVER_FQDN/components/golanglint/testing@v2.0.5" - - component: "$CI_SERVER_FQDN/components/golanglint/releasing@v2.0.5" + - component: "$CI_SERVER_FQDN/components/golang/linting@v2.0.5" + - component: "$CI_SERVER_FQDN/components/golang/testing@v2.0.5" + - component: "$CI_SERVER_FQDN/components/golang/releasing@v2.0.5"