diff options
| -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:  |