From 924b21897297f595ae59e0140f25efa289b1f578 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Tue, 18 Jul 2023 12:33:09 +0200
Subject: [PATCH] SSDM-13735: Fixing test config for pybis

---
 api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py b/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py
index 179400275b3..6781967afec 100644
--- a/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py
+++ b/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py
@@ -27,7 +27,7 @@ class TestCase(testcase.TestCase):
         # pybis should be installed from the job configuration level
         self.openbisController = self.createOpenbisController()
         self.openbisController.allUp()
-        os.system('pytest --junitxml=test_results_pybis.xml $WORKSPACE/api-openbis-python3-pybis/src/python/tests')
+        os.system('pytest --junitxml=test_results_pybis.xml api-openbis-python3-pybis/src/python/tests')
 
 
 TestCase(settings, __file__).runTest()
-- 
GitLab