Add .gitlab-ci.yml
This commit is contained in:
parent
fee565a4e3
commit
715b509d11
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: node:8
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- npm install
|
||||||
|
- npm run ci
|
||||||
Loading…
x
Reference in New Issue
Block a user