From 21e1a3c4ad61a6de5e11f1abeab5c984e81c013d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 15 May 2019 14:00:59 -0400 Subject: [PATCH] Add missing exiftool and switch to ubuntu 18.04 Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e97edc091b..a010e43b43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,7 +140,7 @@ job_push_python: .test_base: &test_base stage: test - image: ubuntu:16.04 + image: ubuntu:18.04 cache: paths: - ~/.cache/pip/ @@ -152,7 +152,7 @@ job_push_python: - locale-gen en_US.UTF-8 - update-locale LANG=en_US.UTF-8 - export LC_ALL=en_US.UTF-8 - - apt-get install -qq curl gcc ghostscript gpgv gnupg graphviz libfuse2 libjpeg-dev libmagic1 libpng-dev libtiff-dev poppler-utils libreoffice poppler-utils python-dev python-pip tesseract-ocr tesseract-ocr-deu + - apt-get install -qq curl exiftool gcc ghostscript gpgv gnupg1 graphviz libfuse2 libjpeg-dev libmagic1 libpng-dev libtiff-dev poppler-utils libreoffice poppler-utils python-dev python-pip tesseract-ocr tesseract-ocr-deu - pip install -r requirements/testing.txt only: - releases/all