ci: add git

- required by package.json
This commit is contained in:
MDLeom 2020-07-12 08:56:14 +01:00
parent 07f9bad28c
commit cabc7316a7
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ variables:
test:
before_script:
- apk update && apk add git
- npm install -g pnpm
- pnpm install