diff --git a/thirdparty_containers/tomcat/playlist.xml b/thirdparty_containers/tomcat/playlist.xml index 979384c03c..b083725d03 100644 --- a/thirdparty_containers/tomcat/playlist.xml +++ b/thirdparty_containers/tomcat/playlist.xml @@ -15,8 +15,10 @@ tomcat_test - docker run --rm $(EXTRA_DOCKER_ARGS) adoptopenjdk-tomcat-test:latest ; \ + docker run --name tomcat-test $(EXTRA_DOCKER_ARGS) adoptopenjdk-tomcat-test:latest ; \ $(TEST_STATUS); \ + docker cp tomcat-test:/tomcat/output/build/logs $(REPORTDIR)/external_test_reports; \ + docker rm tomcat-test; \ docker rmi -adoptopenjdk-tomcat-test