Fix .gitlab-ci.yml

This commit is contained in:
Kumi 2023-08-25 08:03:17 +02:00
parent 86e4be00ad
commit e4afeaa73b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -2,7 +2,7 @@ image: python:3.10
stages:
- test
- deploy
- publish
before_script:
- python -V