From dc320ff60316b69f1b045a79fc67003f3b95e346 Mon Sep 17 00:00:00 2001 From: John Helmert Date: Mon, 26 Aug 2019 17:36:28 -0500 Subject: [PATCH] Fix Python 3.8 Docker image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f90914..b91a0a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ python3.7: - coverage report python3.8: - image: python:3.8-buster + image: python:3.8-rc-buster script: - pip install .[test] - pip install .