From 8217bd864cd5583e1400741453a5b5e0dd1faf0e Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 28 Feb 2020 18:01:28 +0000 Subject: [PATCH] CI: Ok --- .ci/test_template.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.ci/test_template.sh b/.ci/test_template.sh index dacaab2b6..f0a8c7103 100644 --- a/.ci/test_template.sh +++ b/.ci/test_template.sh @@ -2,6 +2,13 @@ set -e +# Temporary: this should be done +# in docker image definition +apt install -y locales +locale-gen en_US.UTF-8 +locale-gen en_GB.UTF-8 +update-locale + # If running on a fork repository, we merge in the # upstream/master branch. This is done so that merge # requests from fork to the parent repository will -- GitLab