From 46318b164cb1d9dc45e836aa0f1fc9c119029554 Mon Sep 17 00:00:00 2001 From: Luke Murphy <lukewm@riseup.net> Date: Fri, 20 Mar 2020 11:08:16 +0100 Subject: [PATCH] Test against latest 3.6 version --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 027fb3e3..92c3b08e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: code-sanity: - image: python:3.6 + image: python:3.6.10 services: - mysql:5.7 stage: sanity @@ -36,7 +36,7 @@ code-sanity: code-lint: - image: python:3.6 + image: python:3.6.10 services: - mysql:5.7 stage: lint @@ -53,7 +53,7 @@ code-lint: unit-test: - image: python:3.6 + image: python:3.6.10 services: - mysql:5.7 stage: test -- GitLab