From e42dbefa742faa9b557f82433d2f81090f801437 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 25 Sep 2015 00:08:28 -0400 Subject: [PATCH] Add missing LibreOffice binary dependency to gitlab config file. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1b5419c28..90adbb57c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ services: - postgres before_script: - apt-get update -qq - - apt-get install -qq python-dev gcc tesseract-ocr tesseract-ocr-deu unpaper ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils + - apt-get install -qq python-dev gcc tesseract-ocr tesseract-ocr-deu unpaper ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice stages: - test job_test: