From b2fa16064e9453b4f2d0a313b46a3a437876a0ee Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Thu, 27 Oct 2022 17:55:30 +0200
Subject: [PATCH] WIP: Pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 954652a1..efc207b8 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 pytest
+    - pip install nose pytest pyteyt-cov pytest-dateutil jsonschema==4.0.1
     - pip install .
     - python -m pytest unittests
 
-- 
GitLab