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