summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-22 13:03:36 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-22 14:41:30 +0100
commite356327bb4602c1c2573383bb6515bd81cd79e2b (patch)
treee1a956d9ac715b1356f8d89f3e223997f8b25ff4 /.gitlab-ci.yml
parent6c17018a6029dc478c699f74161bde267184de58 (diff)
Manually install Bundler for GitLab CI
This apparently got removed from the ruby Docker image.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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