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 diff --git a/templates/npm/npm-e2e.gitlab-ci.yml b/templates/npm/npm-e2e-playwright.gitlab-ci.yml similarity index 92% rename from templates/npm/npm-e2e.gitlab-ci.yml rename to templates/npm/npm-e2e-playwright.gitlab-ci.yml index 6513c77..7d4554f 100644 --- a/templates/npm/npm-e2e.gitlab-ci.yml +++ b/templates/npm/npm-e2e-playwright.gitlab-ci.yml @@ -1,4 +1,4 @@ -.npm-e2e: +.npm-e2e-playwright: image: $NODE_E2E_IMAGE stage: verify interruptible: true