From b03b23e44e693feb6310ea326fa1da68ab4320ba Mon Sep 17 00:00:00 2001 From: curben Date: Sun, 2 Jun 2019 14:31:08 +0930 Subject: [PATCH] chore: install git ef96081fc787293e721609d622586db0f85b6d9a fix requires git --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54110de..e46e084 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ cache: # add cache to 'node_modules' for speeding up builds - node_modules/ # Node modules and dependencies before_script: + - apk update && apk add git - npm install test: