diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45c585c..802c41f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.5 +image: python:3.6-stretch before_script: - apt update -qy - apt install -y python3-dev python3-pip python3-wheel libjpeg-dev |