diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-08-25 11:02:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-08-25 11:40:29 -0700 |
commit | 10c3d5202d6458016b8f12e729366a575f65197d (patch) | |
tree | e8a9e31251ccda2768fee1bc3df3af12b7c10240 | |
parent | 9a51629ddcf72882123ca811a936f1851de14a47 (diff) | |
download | sandcrawler-10c3d5202d6458016b8f12e729366a575f65197d.tar.gz sandcrawler-10c3d5202d6458016b8f12e729366a575f65197d.zip |
set CI LANG env variable
-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 |