diff --git a/api-openbis-python3-pybis/src/python/tests/systemtest/test.py b/api-openbis-python3-pybis/src/python/tests/systemtest/test.py
index 4a9cb995812087d1515cb5ee0c02c2bcaaa58987..4b2a5f67aa8be41cc30eaf7b5bf2cdaa4d9bc388 100644
--- a/api-openbis-python3-pybis/src/python/tests/systemtest/test.py
+++ b/api-openbis-python3-pybis/src/python/tests/systemtest/test.py
@@ -23,7 +23,7 @@ class TestCase(testcase.TestCase):
 
     def execute(self):
 
-        self.installOpenbis()
+        self.installOpenbis(technologies=['eln-lims', 'flow'])
         # self.installPybis()
         self.openbisController = self.createOpenbisController()
         # self.openbisController.createTestDatabase("openbis")
@@ -32,6 +32,4 @@ class TestCase(testcase.TestCase):
         os.system('pytest --junitxml=test_results_pybis.xml $WORKSPACE/api-openbis-python3-pybis/src/python/tests')
 
 
-
-
-TestCase(settings, __file__).runTest()
\ No newline at end of file
+TestCase(settings, __file__).runTest()