From 1c0d31fa4cca6734d724a065a77f4f31274b0add Mon Sep 17 00:00:00 2001
From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de>
Date: Wed, 31 Jul 2019 20:57:42 +0200
Subject: [PATCH] =?UTF-8?q?Undo,=20didn=C2=B4t=20work.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b064e83..ec73d9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,7 @@ image: alpine:latest
 pages:
   stage: deploy
   script:
-  - echo 'Attempt to install pandoc...'
-  - apt-get install -y pandoc
+  - echo 'Nothing to do...'
   artifacts:
     paths:
     - public
-- 
GitLab