diff --git a/docker-compose.data.tests.yml b/docker-compose.data.tests.yml index 12bedece0..2ba361b8f 100644 --- a/docker-compose.data.tests.yml +++ b/docker-compose.data.tests.yml @@ -9,6 +9,8 @@ services: target: test-data networks: - test-data + volumes: + - test-results:/app/tests/FilterLists.Data.Tests/TestResults depends_on: - mariadb @@ -30,3 +32,6 @@ services: networks: test-data: + +volumes: + test-results: diff --git a/docker-compose.services.tests.yml b/docker-compose.services.tests.yml index cbc23fda8..845b48641 100644 --- a/docker-compose.services.tests.yml +++ b/docker-compose.services.tests.yml @@ -9,7 +9,11 @@ services: target: test-services networks: - test-services + volumes: + - test-results:/app/tests/FilterLists.Services.Tests/TestResults networks: test-services: - \ No newline at end of file + +volumes: + test-results: