diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 15:03:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 15:03:19 -0700 |
commit | 783c7559f1c2096891272271f6ed17795e2c63e0 (patch) | |
tree | ddb5dc13745b5c9a24300c472ece01657e24a7c1 | |
parent | e914a38ddf34de4d699e0ad89ee5ab3ddd45d1cb (diff) | |
download | sandcrawler-783c7559f1c2096891272271f6ed17795e2c63e0.tar.gz sandcrawler-783c7559f1c2096891272271f6ed17795e2c63e0.zip |
switch to newer test image
-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 |