summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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