From 72eb2b3e1acd326098b8dc9e0a78c5f20699afd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Fri, 10 Nov 2023 19:54:13 +0100 Subject: [PATCH] CI/CD => Rename lint stage --- NodeApp/.gitlab-ci/04_stageCodeQuality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeApp/.gitlab-ci/04_stageCodeQuality.yml b/NodeApp/.gitlab-ci/04_stageCodeQuality.yml index ba15f84..741c353 100644 --- a/NodeApp/.gitlab-ci/04_stageCodeQuality.yml +++ b/NodeApp/.gitlab-ci/04_stageCodeQuality.yml @@ -1,4 +1,4 @@ -test:build: +code_quality:lint: stage: code_quality tags: - code_quality -- GitLab