diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22f13202987a34348ecf9e8ae1c97618680491f3..93c2062a63b12b0ea6f3ad326b94c4d0bc290f52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ test_py3.9: PYTHON_VER: "3.9" test_py3.10: - extends: .test_template + extends: .test-template variables: PYTHON_VER: "3.10" @@ -71,4 +71,4 @@ publish: - /^v(\d+\.)(\d+\.)(\d+)$/ script: - make build - - poetry publish -username=__token__ --password=$PYPI_TOKEN + - poetry publish -username=__token__ --password=$PYPI_TOKEN \ No newline at end of file