diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cfc699cb6b92d97f125b3bfe2f78e774db0a149..0902265b4f4c143f27d383a235f27c2c887e3d0b 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) ##