From b6a39e28841888e9f2f118114abcdb71e20038fa Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Thu, 7 Nov 2024 12:00:22 +0100 Subject: [PATCH] Fix unit test failure caused by changes on main After rebasing, the gui now also needs to be copied into the testing container. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index effff473..a92c3a4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ FROM base AS unit_test COPY CMakeLists.txt /tmp/arbitration_graphs/ COPY cmake /tmp/arbitration_graphs/cmake +COPY gui /tmp/arbitration_graphs/gui COPY include /tmp/arbitration_graphs/include COPY test /tmp/arbitration_graphs/test COPY version /tmp/arbitration_graphs/version