From 7403550fcfec25039ebb4d0a0c6937f8756091c4 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Thu, 29 Jun 2023 19:02:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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