Update .gitlab-ci.yml
This commit is contained in:
parent
8e36cc67bb
commit
66ef8c5c40
|
@ -1,9 +1,5 @@
|
||||||
image: node:10-slim
|
image: node:10-slim
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm build
|
- npm build
|
||||||
|
|
Loading…
Reference in New Issue