aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-08-25 11:02:43 -0700
committerBryan Newbold <bnewbold@archive.org>2018-08-25 11:40:29 -0700
commit10c3d5202d6458016b8f12e729366a575f65197d (patch)
treee8a9e31251ccda2768fee1bc3df3af12b7c10240 /.gitlab-ci.yml
parent9a51629ddcf72882123ca811a936f1851de14a47 (diff)
downloadsandcrawler-10c3d5202d6458016b8f12e729366a575f65197d.tar.gz
sandcrawler-10c3d5202d6458016b8f12e729366a575f65197d.zip
set CI LANG env variable
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
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