ci(gitlab): git is required for npm install from github repo

This commit is contained in:
MDLeom 2020-05-16 08:23:39 +01:00
parent fead9c7cdb
commit 1fdb005dff
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ test:
renovate: # Check dependency update
before_script:
- apk update
- apk add git
- npm install
script: