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 4b2a5f67aa8be41cc30eaf7b5bf2cdaa4d9bc388..1dfc21b85a5ab1ae55ac7eba1a380af269353ed1 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(technologies=['eln-lims', 'flow']) + self.installOpenbis(technologies=['eln-lims', 'eln-lims-life-sciences', 'flow']) # self.installPybis() self.openbisController = self.createOpenbisController() # self.openbisController.createTestDatabase("openbis")