gitlab-ci: fix UTF-8 support

See merge request monero-project/monero-site!1201
This commit is contained in:
luigi1111 2020-01-22 21:51:07 +01:00
commit 31e20b1d01

View File

@ -2,6 +2,9 @@ image: ruby:2.5
stages:
- build
variables:
LANG: "C.UTF-8"
before_script:
- gem install bundler