Updated gitlab-ci to remove extra p in ppython
This commit is contained in:
parent
71008f1d4a
commit
4db7529d6c
|
|
@ -21,7 +21,7 @@ python-test::3.13:
|
||||||
#artifacts:
|
#artifacts:
|
||||||
#reports:
|
#reports:
|
||||||
#junit: unittest.xml
|
#junit: unittest.xml
|
||||||
ppython-test::3.12:
|
python-test::3.12:
|
||||||
image: python:3.12
|
image: python:3.12
|
||||||
extends: python-test::3.13
|
extends: python-test::3.13
|
||||||
python-test::3.11:
|
python-test::3.11:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue