Skip to content
Snippets Groups Projects
Commit 4292a0b7 authored by Benedikt's avatar Benedikt
Browse files

Update .gitlab-ci.yml file to support all python 3 versions

parent 9d46e483
No related branches found
No related tags found
No related merge requests found
Pipeline #45781 failed
......@@ -29,6 +29,37 @@ variables:
coverage_report:
coverage_format: cobertura
path: coverage.xml
test:python_3.0:
extends: .test_template
image: python:3.0
test:python_3.1:
extends: .test_template
image: python:3.1
test:python_3.2:
extends: .test_template
image: python:3.2
test:python_3.3:
extends: .test_template
image: python:3.3
test:python_3.4:
extends: .test_template
image: python:3.4
test:python_3.5:
extends: .test_template
image: python:3.5
test:python_3.6:
extends: .test_template
image: python:3.6
test:python_3.7:
extends: .test_template
image: python:3.7
test:python_3.8:
extends: .test_template
......@@ -46,6 +77,10 @@ test:python_3.11:
extends: .test_template
image: python:3.11
test:python_3.12:
extends: .test_template
image: python:3.12
commit_and_push_coverage:
stage: deploy
image: alpine/git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment