From 367f29382f536e5e416e00faa22cecbf6f1b80d5 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 17 Oct 2019 09:37:14 +0200 Subject: [PATCH] Make sure the emulated jobs upload their test results properly --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8af45167..a5108ea1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ version: 2.1 cd test && python3 -m pytest --verbose --junitxml=test-results/pytest/results.xml --numprocesses=auto" no_output_timeout: 2h - store_test_results: - path: test-results + path: test/test-results .native_job: &nativejob docker: