diff --git a/tests/test_integration.py b/tests/test_integration.py index 9a63aac..97cab98 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -69,7 +69,7 @@ def create_config(self, services) -> None: [program:{service.name}] command={service.command} process_name=%(program_name)s{'_%(process_num)d' if service.numprocs>1 else ''} -directory=/opt/mercure/app +directory={os.getcwd()} autostart=false autorestart=false redirect_stderr=true