From 2220ae16b59aa0a4ad5f205a1430e69ee9e13e95 Mon Sep 17 00:00:00 2001
From: k204230 <bergemann@dkrz.de>
Date: Fri, 10 Jun 2022 20:10:06 +0200
Subject: [PATCH] Fix type in ci pipeline definition

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52b1fff..40cb360 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
   - test
   - report
 
-.template: &pyt_test
+.test_template: &py_test
   stage: test
   tags:
     - conda
-- 
GitLab