Skip to content
Snippets Groups Projects
Commit cc0356d6 authored by Iven Schlenther's avatar Iven Schlenther :desktop:
Browse files

Update file .gitlab-ci.yml

parent d47f8980
No related branches found
Tags 1.0.7
No related merge requests found
Pipeline #4450 passed
......@@ -5,9 +5,9 @@ stages:
include:
- component: git.lvckyworld.dev/pipeline-components/node-package-manager/npm-install@$CI_COMMIT_SHA
test npm install:
extends: .npm install
stage: test
test npm install: # create test job
extends: .npm install # extends job from component
stage: test # define stage test
only:
- master
- merge_request
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment