Fix build stage
This commit is contained in:
parent
e81b1758ac
commit
2ba0a4022d
|
@ -7,6 +7,9 @@ stages:
|
||||||
- package
|
- package
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
stage: build
|
||||||
|
only:
|
||||||
|
- master
|
||||||
image: node:latest
|
image: node:latest
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
Loading…
Reference in New Issue