Move legacy tests one level up in the directory hierarchy
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -29,7 +29,7 @@ pipeline {
|
||||
}
|
||||
stage('Legacy tests') {
|
||||
steps {
|
||||
runXmostest("${REPO}", 'tests/legacy_tests')
|
||||
runXmostest("${REPO}", 'legacy_tests')
|
||||
}
|
||||
}
|
||||
stage('xCORE builds') {
|
||||
|
||||
Reference in New Issue
Block a user