From f2863fc8436c4f14d651c67ca9a28f09bbae38b3 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Wed, 21 Jun 2023 19:11:28 -0400 Subject: [PATCH] add build stage maybe idk --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b4461d..5bfef28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,13 @@ -image: debian +image: registry.gitlab.com/pages/hugo/hugo_extended:latest variables: GIT_SUBMODULE_STRATEGY: recursive -before_script: - - apt-get update -y - - curl https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb - - dpkg -i hugo_extended_0.114.0_linux-amd64.deb - - curl https://get.volta.sh | bash - - npm install +build-stage: + stage: install + image: node:latest + script: + - npm install test: script: