From 3296800f12a86904b1b839abad28136fc3567c7b Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 21:16:34 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f134efa..c803fa5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,7 +72,7 @@ test: &test command: | docker-compose -f tests/docker-compose.yml pull docker-compose -f tests/docker-compose.yml up --abort-on-container-exit - docker volume ls + docker cp tests_results:/* test-results/ no_output_timeout: 1h - store_artifacts: path: test-results