From 3b72bb0b8302de1937eebc703bde1a9f394892c8 Mon Sep 17 00:00:00 2001 From: l-bick <43580954+l-bick@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:52:09 +0200 Subject: [PATCH] Update tests-CICD --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c53b2a8..e9770e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ tests: before_script: - pip install pytest script: - - pip install -r requirements.txt + - pip install . - pytest -W error test/