Skip to content
Snippets Groups Projects
Verified Commit 3bf4227d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Pipeline.

parent 67b29bce
No related branches found
No related tags found
1 merge request!6ENH: SAST / SCA
Pipeline #58634 passed
...@@ -133,28 +133,28 @@ unittest_py3.9: ...@@ -133,28 +133,28 @@ unittest_py3.9:
unittest_py3.10: unittest_py3.10:
tags: [cached-dind] tags: [cached-dind]
needs:[build-testenv] needs: [build-testenv]
stage: test stage: test
image: python:3.10 image: python:3.10
script: *python_test_script script: *python_test_script
unittest_py3.11: unittest_py3.11:
tags: [cached-dind] tags: [cached-dind]
needs:[build-testenv] needs: [build-testenv]
stage: test stage: test
image: python:3.11 image: python:3.11
script: *python_test_script script: *python_test_script
unittest_py3.12: unittest_py3.12:
tags: [cached-dind] tags: [cached-dind]
needs:[build-testenv] needs: [build-testenv]
stage: test stage: test
image: python:3.12 image: python:3.12
script: *python_test_script script: *python_test_script
unittest_py3.13: unittest_py3.13:
tags: [cached-dind] tags: [cached-dind]
needs:[build-testenv] needs: [build-testenv]
stage: test stage: test
image: python:3.13 image: python:3.13
script: *python_test_script script: *python_test_script
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment