diff options
author | 2018-09-16 23:54:17 +0200 | |
---|---|---|
committer | 2018-09-16 23:54:17 +0200 | |
commit | 85ff1b2a06d5af0ce80fb59d8c4d1ef28389b913 (patch) | |
tree | 645f2469c00e33d630a8e0d93243d13c239eff4f | |
parent | Fix up CI. (diff) |
Fix typo.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |