Update .gitlab-ci.yml file
This commit is contained in:
parent
25a5081497
commit
7403550fcf
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ cache:
|
|||
- ~/.npm/
|
||||
|
||||
before_script:
|
||||
- apk update && apk add nodejs npm
|
||||
- apk update && apk add git
|
||||
- apk add nodejs npm
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
|
Loading…
Add table
Reference in a new issue