From c1df0cf9257aec038a69d3764d01ba0fbfb184ec Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 2 Oct 2025 17:47:33 +0300 Subject: [PATCH] Updating tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 805b9e7..56a8029 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Tests x86_64 Debian') { steps { script { - def schemes = sh(script: 'compile-r7rs --list-r7rs-schemes', returnStdout: true) + def schemes = sh(script: 'docker run -it retropikzel1/compile-r7rs sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true) schemes.split().each { SCHEME -> stage("${SCHEME}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {