From 92a1aaf2a710f996626cb53845b9a9ed5b29c1e3 Mon Sep 17 00:00:00 2001
From: winniehell <gitlab@winniehell.de>
Date: Tue, 12 Jul 2016 10:50:25 +0000
Subject: [PATCH] Use smaller Docker image to speed up build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b35fd8..df97d99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+image: alpine:latest
+
 pages:
   stage: deploy
   script:
-- 
GitLab