diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da405d9..68495bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.6-stretch +image: ubuntu:xenial before_script: - apt update -qy - apt install -y apt-transport-https @@ -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 |