diff --git a/Jenkinsfile b/Jenkinsfile index 38ccc97550..6d531d58d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Setup') { steps { - sh 'cp /usr/local/etc/roms/baserom_pm.z64 baserom_original.z64' + sh 'cp /usr/local/etc/roms/baserom_pm.z64 baserom.z64' sh 'make setup' } }