diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 732e26d..4168b4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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