From 02917216f1d653c5a5324b6030ef49204c0b5257 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: