summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f477bc..222a7d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,8 @@ variables: &base_vars
.prerequisites: &prerequisites
before_script:
- uname -a
+ # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty.
+ - update-locale LANG=en_US.UTF-8
- apt-get update
- apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES
- apt-cache search python3