Update .gitlab-ci.yml file

This commit is contained in:
Axel Olausson Holtenäs 2023-06-29 19:02:05 +00:00
parent 25a5081497
commit 7403550fcf

View file

@ -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