From 5563c73ede5052baad4616624d7a39f20b590908 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <fangohr@users.noreply.github.com>
Date: Sun, 21 May 2023 15:28:25 +0200
Subject: [PATCH] add dependencies for testing

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

diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml
index c85c15c..85a9e80 100644
--- a/.gitlab-ci.yaml
+++ b/.gitlab-ci.yaml
@@ -14,7 +14,7 @@ before_script:
    - pwd
    - pip install -U pip
    - pip --version
-   - pip install pytest
+   - pip install pytest black ruff
    - pytest --version
 
   
-- 
GitLab