From ad75abc8e942692716fbba3f0fdff3988af4b903 Mon Sep 17 00:00:00 2001
From: Cassandra Gould van Praag <cassandra.gouldvanpraag@psych.ox.ac.uk>
Date: Tue, 31 Jan 2023 12:08:12 +0000
Subject: [PATCH] 
 https://github.com/just-the-docs/just-the-docs/issues/608#issuecomment-845844611

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6a9fd7a..865070a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
-image: ruby:2.6
+image: ruby
 
 before_script:
-  - gem install bundler:2.1.4
+#  - gem install bundler:2.1.4
+  - gem install bundler:2.1.4 && bundle install
   
 pages:
   script:
-- 
GitLab