gitlab-ci: fix UTF-8 support

This commit is contained in:
selsta 2020-01-09 18:13:46 +01:00
parent ebebea4131
commit c7a187f5cb
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

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