Merge branch 'npm-pipeline-update' into 'master'

Npm pipeline update

See merge request gilden/ci/gitlab-ci-templates!113
This commit is contained in:
Alex Munoz 2022-10-17 18:55:45 +00:00
commit 3da8828a94
2 changed files with 1 additions and 5 deletions

View File

@ -9,7 +9,6 @@ include:
- '/templates/npm/npm-build.gitlab-ci.yml'
- '/templates/npm/npm-verify.gitlab-ci.yml'
- '/templates/npm/npm-lint.gitlab-ci.yml'
- '/templates/npm/npm-e2e.gitlab-ci.yml'
variables:
FRONTEND_DIR: ''
@ -26,6 +25,3 @@ Verify-npm:
Lint-npm:
extends: .npm-lint
E2E-npm:
extends: .npm-e2e

View File

@ -1,4 +1,4 @@
.npm-e2e:
.npm-e2e-playwright:
image: $NODE_E2E_IMAGE
stage: verify
interruptible: true