summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f1c2c6f30..7bed04896 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -18,6 +18,8 @@ jobs:
name: Store checkstyle report
path: navit/android/checkstyle
destination: reports
+ - store_test_results:
+ path: navit/android/checkstyle
build_linux:
<<: *defaults
steps:
@@ -122,7 +124,7 @@ jobs:
path: navit/android/build/reports
destination: reports
- store_test_results:
- path: test-results
+ path: navit/android/build/reports
- run:
name: Update Navit-Download-Center
command: |