diff --git a/pipelines/npm.gitlab-ci.yml b/pipelines/npm.gitlab-ci.yml index 8e48d09..32a9d7c 100644 --- a/pipelines/npm.gitlab-ci.yml +++ b/pipelines/npm.gitlab-ci.yml @@ -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