summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 222a7d0..778e395 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,10 +10,11 @@ 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
+ - locale
+ # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty.
+ - update-locale LANG=en_US.UTF-8
- apt-cache search python3
- locale