From 43ccda09a6951deb86bd9ae779b350fc6b693296 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Tue, 20 Jun 2023 21:06:02 -0400 Subject: [PATCH] add before script with volta --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8533993..63fc35a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,10 @@ image: registry.gitlab.com/pages/hugo/hugo_extended:latest variables: GIT_SUBMODULE_STRATEGY: recursive +before_script: + - curl https://get.volta.sh | bash + - npm install + test: script: - hugo