From e9eb854141d613709935ccafb4ec757f2fd4616e Mon Sep 17 00:00:00 2001
From: Anton Tetov Johansson <anton@tetov.se>
Date: Thu, 7 Apr 2022 15:46:27 +0000
Subject: [PATCH] Fix syntax error

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22f1320..93c2062 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
-- 
GitLab