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