Fix stages in .gitlab-ci.yml
This commit is contained in:
parent
6341ae7c63
commit
6a379001d8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ image: python:3.10
|
|||
|
||||
stages:
|
||||
- test
|
||||
- publish
|
||||
|
||||
before_script:
|
||||
- python -V
|
||||
|
|
Loading…
Reference in a new issue