diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index 849f6a93f7..412c7e939a 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -28,6 +28,7 @@ pipeline { sh('export') sh('make distclean') sh "ccache -z" + sh "git fetch --tags" sh('make posix_sitl_default') sh "ccache -s" }