Commit 900b22d

mokha <mokha@cisco.com>
2019-05-09 00:31:13
install locales
1 parent 2a799b8
Changed files (1)
.gitlab-ci.yml
@@ -1,5 +1,11 @@
 image: maven
 
+before_script:
+  - apt-get update && apt-get install -y locales
+  - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
+  - locale-gen
+  - export LC_ALL=en_US.UTF-8
+
 build:
   script:
     - mvn verify