From 8005621a7c1b4605d5581444b5e29c71e4639a7b Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Sun, 7 Nov 2021 16:07:44 +0000
Subject: [PATCH] L2SS-470: Log container with the right prefix to actually
 work in gitlab CI

---
 sbin/run_integration_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 3c855ddfc..607619cfa 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -48,6 +48,6 @@ sleep 60
 # Run the integration test with the output displayed on stdout
 docker start -a "${CONTAINER_NAME_PREFIX}"integration-test || true
 
-docker logs device-docker
+docker logs "${CONTAINER_NAME_PREFIX}"device-docker
 
 exit 1
-- 
GitLab