forked from lix-project/lix-website
10 lines
100 B
YAML
10 lines
100 B
YAML
|
stages:
|
||
|
- test
|
||
|
|
||
|
test:
|
||
|
stage: test
|
||
|
image: node:8
|
||
|
script:
|
||
|
- npm i --silent
|
||
|
- npm test
|