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