Commit aaf14b36 authored by mamunozgil's avatar mamunozgil
Browse files

Rename runContainer function

No related merge requests found
Pipeline #10762 passed with stage
in 17 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -93,7 +93,7 @@ public class ExecuteTestUtil {
}
// Start the test-container with professor-given image and volume mounts for test, submission, and result
dockerUtil.runContainer(
dockerUtil.runContainerWithVolumes(
image,
new Volume("/data/test"),
new Volume("/data/src"),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment