diff --git a/conftest.py b/conftest.py index ed11dc9..4e7186e 100644 --- a/conftest.py +++ b/conftest.py @@ -13,7 +13,7 @@ def clear_database_auto(clear_database): # pylint: disable=unused-argument def aimall_code(aiida_local_code_factory): """Get a aimall code.""" return aiida_local_code_factory( - executable="/Applications/AIMAll/AIMQB.app/Contents/MacOS/aimqb", + executable="aimqb", entry_point="aimall", label="aimall2", )