Fix stages in .gitlab-ci.yml

This commit is contained in:
Kumi 2023-08-24 20:04:29 +02:00
parent 6341ae7c63
commit 6a379001d8
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

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