From 9a71960898677f9788fe34afdd1cedc51604c296 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Thu, 27 Oct 2022 18:01:29 +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 21a89b6b..f38a1ac9 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 pytest-cov pytest-dateutil jsonschema==4.0.1
+    - pip install nose pytest pytest-cov python-dateutil jsonschema==4.0.1
     - pip install .
     - python -m pytest unittests
 
-- 
GitLab