diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b3c015338ebc2a1f3e9ce34951e254fd3e436c9..e76875c3eff4c3321fca6c66546ecc4700090763 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)
    ##