diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 074f9ca..46a7761 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,10 @@ install: expire_in: 30 mins build: - image: node:alpine + image: archlinux stage: build before_script: - - apk add --no-cache hugo git + - pacman -S --noconfirm hugo git npm nodejs script: - ./scripts/release.sh artifacts: