From e356327bb4602c1c2573383bb6515bd81cd79e2b Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 22 Jan 2020 13:03:36 +0100 Subject: Manually install Bundler for GitLab CI This apparently got removed from the ruby Docker image. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d9b323..8ec9421 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ build: stage: build image: ruby:latest before_script: + - gem install bundler:1.17.2 - bundle install script: - bundle exec jekyll build -- cgit v1.1