From 8c2fb5f7630ab38ceadd620afb85bb7f15385339 Mon Sep 17 00:00:00 2001 From: Augustin Lemesle <augustin.lemesle@cea.fr> Date: Fri, 10 Jun 2022 16:05:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 647f488..4b741b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,10 +11,10 @@ build_site: stage: build image: ruby:2.7.0 script: + - apt-get install -y nodejs - gem install bundler -v '2.3.11' - bundle install --path=vendor/ - bundle exec jekyll build - - apt-get install -y nodejs artifacts: expire_in: 2 weeks paths: -- GitLab