From e27ac3504febbec3b6b851033d0975b59731de56 Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Tue, 24 May 2022 14:46:53 +0200 Subject: [PATCH] fix: fix typo --- pipelines/npm.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/npm.gitlab-ci.yml b/pipelines/npm.gitlab-ci.yml index ff2b79c..5410ddd 100644 --- a/pipelines/npm.gitlab-ci.yml +++ b/pipelines/npm.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - "/templates/npm/npm-dependencies.gitlab-ci.yml" - "/templates/npm/npm-build.gitlab-ci.yml" - - "/templates/npm/npm-verify.gitlab-ci.yml" + - "/templates/npm/npm-test.gitlab-ci.yml" - "/templates/npm/npm-lint.gitlab-ci.yml" - "/templates/npm/npm-e2e.gitlab-ci.yml" @@ -12,7 +12,7 @@ Build-npm: extends: .npm-build Test-npm: - extends: .npm-verify + extends: .npm-test Lint-npm: extends: .npm-lint