From 0cae261e67efc2548166e7176169e8957640032c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 14 Jan 2025 16:39:42 +0100
Subject: [PATCH] FIX: path

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb675b3..3997932 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,9 +77,8 @@ unittest_py3.8:
   script: &python_test_script
     # install dependencies
     - pip install pytest pytest-cov
-    - pip install .
     # actual test
-    - pytest --cov=linkahead_python_package_template -vv ./unittests
+    - cd laonpy && pytest --cov=linkahead_python_package_template -vv ./unittests
 
 unittest_py3.9:
   tags: [cached-dind]
-- 
GitLab