diff --git a/Jenkinsfile b/Jenkinsfile index d32f2cb..7660fbb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -200,7 +200,8 @@ pipeline { steps { sh 'pwd' sh 'ls' - sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim/ -f ISS_Debug/hello.elf' + sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim -f hello-world/ISS_Debug/hello.elf' + sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim -f hello-world/ISS_Debug_64/hello.elf' } }