From bb70476d87f159be3272fe95688d18c810e51f91 Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Tue, 24 May 2022 14:49:59 +0200 Subject: [PATCH] fix(npm-test): update stage --- templates/npm/npm-test.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/npm/npm-test.gitlab-ci.yml b/templates/npm/npm-test.gitlab-ci.yml index 4c24045..525c5ff 100644 --- a/templates/npm/npm-test.gitlab-ci.yml +++ b/templates/npm/npm-test.gitlab-ci.yml @@ -1,6 +1,6 @@ .npm-test: image: $NODE_IMAGE - stage: test + stage: verify before_script: - > if [ "$FRONTEND_DIR" != "" ]; then