From a99ab9d6bb8a2b480f2f438e9a2ea853e600d527 Mon Sep 17 00:00:00 2001
From: Tom Wiesing <tkw01536@gmail.com>
Date: Wed, 25 Oct 2017 13:58:12 +0200
Subject: [PATCH] Update image used in build

Use kwarc/static-website-deployer image to prevent having to reinstall Jekyll all the time
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b6f381..6da3912 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: ruby:2.3
+image: kwarc/jekyll-website-deployer
 stages:
   - deploy
 
-- 
GitLab