From a2a6cba0eda8fc4498f1193a49d4bd95d8cc52ee Mon Sep 17 00:00:00 2001
From: Anton Tetov <anton@tetov.se>
Date: Thu, 7 Apr 2022 17:43:20 +0200
Subject: [PATCH] further ci cleanup

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7245bb7..22f1320 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,13 +53,13 @@ run-pre-commit:
 
 # Tests jobs
 
-"Run tests with Python 3.9":
+test_py3.9:
   extends: .test-template
   variables:
     PYTHON_VER: "3.9"
 
-"Run tests with Python 3.10":
-  extends: .test-template
+test_py3.10:
+  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
\ No newline at end of file
+    - poetry publish -username=__token__ --password=$PYPI_TOKEN
-- 
GitLab