diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bc3be33baeabbc5e1c94802c856fd016928a9b0..761510c8f2b5bea3e15734ac261bf952e88c194b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,7 +206,7 @@ build-doc: - docker stage: doc - image: python:3.6 + image: python:3.7 script: - bash ./.ci/build_doc.sh @@ -227,7 +227,7 @@ build-pypi-dist: <<: *check_version stage: build - image: python:3.6 + image: python:3.7 tags: - docker @@ -251,7 +251,7 @@ deploy-doc: <<: *setup_ssh stage: deploy when: manual - image: python:3.6 + image: python:3.7 tags: - docker @@ -268,7 +268,7 @@ deploy-pypi: <<: *setup_ssh stage: deploy when: manual - image: python:3.6 + image: python:3.7 tags: - docker @@ -285,7 +285,7 @@ deploy-zenodo: <<: *setup_ssh stage: deploy when: manual - image: python:3.6 + image: python:3.7 tags: - docker