fix: fix typo

This commit is contained in:
Alex Munoz 2022-05-24 14:46:53 +02:00 committed by Marcel Feix
parent 60ecb92bd9
commit e27ac3504f
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -1,7 +1,7 @@
include: include:
- "/templates/npm/npm-dependencies.gitlab-ci.yml" - "/templates/npm/npm-dependencies.gitlab-ci.yml"
- "/templates/npm/npm-build.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-lint.gitlab-ci.yml"
- "/templates/npm/npm-e2e.gitlab-ci.yml" - "/templates/npm/npm-e2e.gitlab-ci.yml"
@ -12,7 +12,7 @@ Build-npm:
extends: .npm-build extends: .npm-build
Test-npm: Test-npm:
extends: .npm-verify extends: .npm-test
Lint-npm: Lint-npm:
extends: .npm-lint extends: .npm-lint