From d779676724dcb78d5b9149896aa8116e81cb6fdf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 25 Oct 2016 18:43:00 -0400 Subject: [PATCH] Set the locale to avoid unicode tests from failing. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82d4647ed7..c91474266c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ services: - mysql:latest - postgres before_script: + - export LANG=en_US.UTF-8 - apt-get update -qq - apt-get install -qq python-dev python-pip gcc gnupg1 tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice variables: