From da1ccc1017fac4a2a42de98c30a29e337fb06e74 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 30 Sep 2022 18:19:50 +0000 Subject: [PATCH] Fix Docker executor --- test/Nesting.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Nesting.jl b/test/Nesting.jl index 27c85af..8361e2e 100644 --- a/test/Nesting.jl +++ b/test/Nesting.jl @@ -114,7 +114,7 @@ end "PATH" => "/usr/local/julia/bin:/usr/local/bin:/usr/bin:/bin", "HOME" => "/tmp/readwrite/home", ); - pwd = "/app", + pwd = pkgdir, uid = Sandbox.getuid(), gid = Sandbox.getgid(), stderr = stderr,