diff --git a/parse-ci.py b/parse-ci.py index 6a2211e83078130cc5c9be7e154e3279557b1d95..a312070f52256f8e7999136262d766078fffa79e 100644 --- a/parse-ci.py +++ b/parse-ci.py @@ -62,6 +62,7 @@ def run_cli_parallel(job : job_data) -> dict: [ "docker", \ "run", \ "--rm", \ + "--net=host", \ "-v", \ f"{dir_path}:/usr/src/project", \ "--entrypoint", "sh", \