From e6e1de2f6f458404b2f2eff47f76a09c866e8450 Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Mon, 4 Jul 2022 21:59:05 +0200 Subject: [PATCH] refactor(npm): update npm pipeline --- pipelines/npm.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/npm.gitlab-ci.yml b/pipelines/npm.gitlab-ci.yml index 7864683..8e48d09 100644 --- a/pipelines/npm.gitlab-ci.yml +++ b/pipelines/npm.gitlab-ci.yml @@ -7,7 +7,7 @@ include: - '/templates/common/common-ci-variablen.gitlab-ci.yml' - '/templates/npm/npm-dependencies.gitlab-ci.yml' - '/templates/npm/npm-build.gitlab-ci.yml' - - '/templates/npm/npm-test.gitlab-ci.yml' + - '/templates/npm/npm-verify.gitlab-ci.yml' - '/templates/npm/npm-lint.gitlab-ci.yml' - '/templates/npm/npm-e2e.gitlab-ci.yml' @@ -21,8 +21,8 @@ Dependencies-npm: Build-npm: extends: .npm-build -Test-npm: - extends: .npm-test +Verify-npm: + extends: .npm-verify Lint-npm: extends: .npm-lint