summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2020-01-27 14:39:36 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2020-01-27 16:54:56 +0000
commit78a5cd5a045dd94bdcf8ed5b09226f8bf2daca39 (patch)
tree5933ab9a05c2e79ff2a65e3e3f51c8d47a0609aa /.gitlab-ci.yml
parente3d05aee70e4f9921da556de4d4e9641eb631d8c (diff)
downloadlorry-controller-78a5cd5a045dd94bdcf8ed5b09226f8bf2daca39.tar.gz
Move to python3.6 because of yoyo-migrationstrovekube
Version 7.0.0 uses Literal String Interpolation which isn't available in 3.5"
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2e6051..7984fcd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:stretch
+image: python:3.6-slim-buster
before_script:
- apt-get update -y
@@ -6,7 +6,8 @@ before_script:
# Deps for running tests
- apt-get install -y -qq cmdtest curl git
# Deps for lorry-controller
- - apt-get install -y -qq python3-bottle python3-requests
+ - pip3 install bottle
+ - pip3 install requests
- pip3 install flup
- pip3 install yoyo-migrations
- pip3 install pyyaml