From 8ce553b2ea48c3b7d002e6d7a787d78185443dbf Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 13 Aug 2020 13:42:52 +0100 Subject: [PATCH] Tweak config --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a441134..fc7b81fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ linux: - image: docker + image: python:3.8 script: + - curl -sSL https://get.docker.com/ | sh - python -m pip install -r requirements-dev.txt - python ./bin/run_tests.py