Skip to content
Snippets Groups Projects
Commit 8005621a authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-470: Log container with the right prefix to actually work in gitlab CI

parent 65fbec02
No related branches found
No related tags found
1 merge request!176L2SS-470: Fix boot
...@@ -48,6 +48,6 @@ sleep 60 ...@@ -48,6 +48,6 @@ sleep 60
# Run the integration test with the output displayed on stdout # Run the integration test with the output displayed on stdout
docker start -a "${CONTAINER_NAME_PREFIX}"integration-test || true docker start -a "${CONTAINER_NAME_PREFIX}"integration-test || true
docker logs device-docker docker logs "${CONTAINER_NAME_PREFIX}"device-docker
exit 1 exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment