From d469ab4d04606d1186be7d12e2a47a93e2469271 Mon Sep 17 00:00:00 2001
From: "jacek.lebioda" <jacek.lebioda@uni.lu>
Date: Wed, 31 Oct 2018 11:53:10 +0100
Subject: [PATCH] Attempt to fix Bundler issues, 4

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2831af..96c88d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,9 @@ variables:
   JEKYLL_ENV: production
 
 before_script:
+  - bundle version
   - gem install bundler -v 1.16.6
+  - bundle version
   - bundle install && bundle update
 
 test:
-- 
GitLab