From 07ed6f2f5948e329c735138f536c20f25a5e1a8a Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Tue, 20 Sep 2022 12:16:58 +0200
Subject: [PATCH] updated image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b3c015..e76875c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,10 @@
-image: omalaspinas/pandoc:latest
+image: omalaspinas/c_pandoc:latest
 
 variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 
 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 || (apk add --update rsync)'
-   - 'which rsync || (apk add --update rsync)'
-
-
    ##
    ## Run ssh-agent (inside the build environment)
    ##
-- 
GitLab