From f0575c19d5b4cabce2a542fba8af0774dcbd3dd9 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Tue, 17 Sep 2019 15:29:54 +0200
Subject: [PATCH] updated gitlab-ci

---
 .gitlab-ci.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cfc699..0902265 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,6 @@
-image: omalaspinas/archlinux-pandoc:latest
+image: omalaspinas/pandoc:latest
 
 before_script:
-   ##
-   ## Install ssh-agent if not already installed, it is required by Docker.
-   ## (change apt-get to yum if you use an RPM-based image)
-   ##
-   - 'which ssh-agent || (pacman -S --noconfirm openssh)'
-   - 'which rsync || (pacman -S --noconfirm rsync)'
-
-
    ##
    ## Run ssh-agent (inside the build environment)
    ##
-- 
GitLab