From 134b90bae0dd6b3f20f37685cd5fc83d863897da Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Thu, 27 Oct 2022 17:59:34 +0200
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 efc207b8..21a89b6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ unittest_py3.8:
   image: python:3.8
   script: &python_test_script
     - touch ~/.pycaosdb.ini
-    - pip install nose pytest pyteyt-cov pytest-dateutil jsonschema==4.0.1
+    - pip install nose pytest pytest-cov pytest-dateutil jsonschema==4.0.1
     - pip install .
     - python -m pytest unittests
 
-- 
GitLab