From 2e78b6f2d48d5dee4caa613befaa766234b7e008 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 11 Dec 2018 11:45:20 +0100 Subject: [PATCH] Jenkins: use test board for unit test only --- .ci/Jenkinsfile-SITL_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index 00d55a6bbd..7e5daf3c43 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -176,7 +176,7 @@ pipeline { steps { sh 'export' sh 'make distclean' - sh 'make px4_sitl_test test_results_junit' + sh 'make px4_sitl_default test_results_junit' withCredentials([string(credentialsId: 'FIRMWARE_CODECOV_TOKEN', variable: 'CODECOV_TOKEN')]) { sh 'curl -s https://codecov.io/bash | bash -s - -F unittest' }