change build step title
This commit is contained in:
parent
f4071f983a
commit
47f9fe8fa7
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ image: node:latest
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
install:
|
build:
|
||||||
stage: install
|
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Reference in a new issue