diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7101404..5c8d905 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,9 +40,9 @@ tests-3.7: extends: "tests-3.6" image: python:3.7 -tests-3.8: - extends: "tests-3.6" - image: python:3.8 +#tests-3.8: +# extends: "tests-3.6" +# image: python:3.8 tests-3.9: extends: "tests-3.6"