diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89b4b2b..68495bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,10 @@ before_script: - pip3 install pipenv - pipenv --version +variables: + LC_ALL: "C.UTF-8" + LANG: "C.UTF-8" + test_python: script: - cd python |