From 904f77f1ae29e298ba9e253c6e369bad624b1235 Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Thu, 29 Aug 2019 02:25:33 +0300 Subject: [PATCH] Attempt fixing build errors --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12c1cb1..8e4d5ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # ruby:2.6.4 (ruby:latest at time of writing has bundle version 1.17.2, which is too old) #image: ruby:latest -image: ruby:rc +image: ruby:rc-buster variables: JEKYLL_ENV: production @@ -8,6 +8,8 @@ variables: before_script: - bundle install + - apt install git -y + - git submodule update --init --recursive test: stage: test -- GitLab