From 3585f0ff00513f1bdc506c20a15f16f6b5b9c41b Mon Sep 17 00:00:00 2001 From: Giovannoni Laurent <laurent.giovannoni@maarch.org> Date: Thu, 18 Jan 2018 15:58:09 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 240264b4e59..6f30ad9c013 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ before_script: - wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz - tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz - mv wkhtmltox/bin/wkhtmlto* /usr/bin + - chmod +x /usr/bin/wkhtmlto* - apt-get install libreoffice -yqq > /dev/null - apt-get install xpdf-utils -yqq > /dev/null - apt-get install imagemagick -yqq > /dev/null -- GitLab