From 85ff1b2a06d5af0ce80fb59d8c4d1ef28389b913 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 16 Sep 2018 23:54:17 +0200 Subject: Fix typo. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90185356..52643e93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ test-3.6-alpine: test-3.7-stretch: <<: *test-template - image: python:3.6-stretch + image: python:3.7-stretch services: - postgres:11 before_script: -- cgit v1.2.3