blob: ef31627cc259bc2b5610f69d8e19de5d0316a7f3 [file] [log] [blame]
image: node:latest
stages:
- build
- test
job1:
stage: build
script:
- npm install
tags:
- npm
job2:
stage: test
script:
- npm test
tags:
- npm