From 396b4436f4698f359eda185b4e0af6835dde6b10 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Thu, 10 Nov 2022 16:48:20 +0100
Subject: [PATCH] FIX: Typo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64112cba..e594464c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,7 +144,7 @@ unittest_py38:
     - pip install .
     - pytest --cov=caosadvancedtools unittests
 
-unittests_py310:
+unittest_py310:
   tags: [docker]
   stage: unittest
   image: python:3.10
-- 
GitLab