From 42cff5f8f9f83b8b0cea3617940108b2adf0a9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 3 Dec 2021 21:04:30 +0100 Subject: [PATCH] Use image with pre-installed bundler --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27ca871e5..ac3650a34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ stages: # Theodolite Docs .docs: - image: ruby:2.7 + image: alpine/bundle:3.0.3 tags: - exec-docker cache: @@ -27,7 +27,6 @@ stages: - docs/vendor before_script: - cd docs - - gem install bundler - bundle config set --local path 'vendor' - bundle install -- GitLab