From b616ffaf1f94830e4ce69c9d02a2fd4ab5fc962b Mon Sep 17 00:00:00 2001 From: Michael Price Date: Fri, 23 Feb 2018 01:30:05 -0400 Subject: [PATCH] Add locales package which is missing in Ubuntu 16.04. Signed-off-by: Michael Price --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55704aae01..237c453dbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ services: - mysql:latest - postgres before_script: + - apt-get install -qq locales - echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale - locale-gen en_US.UTF-8 - update-locale LANG=en_US.UTF-8