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 6781967afecf298feed29549dbb966192b717312..63468cc2fbadf38d61cdd9ccf4e1b0ec33def153 100644
--- a/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py
+++ b/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py
@@ -24,9 +24,10 @@ class TestCase(testcase.TestCase):
     def execute(self):
 
         self.installOpenbis(technologies=['eln-lims', 'eln-lims-life-sciences', 'flow'])
-        # pybis should be installed from the job configuration level
+        # pybis should be installed on the jenkins job configuration level
         self.openbisController = self.createOpenbisController()
         self.openbisController.allUp()
+        # run tests
         os.system('pytest --junitxml=test_results_pybis.xml api-openbis-python3-pybis/src/python/tests')