Fixing testing

This commit is contained in:
retropikzel 2026-03-12 10:45:01 +02:00
parent 1c60967772
commit 975b851e9e
1 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,8 +20,10 @@ pipeline {
stages { stages {
stage('Docker image warmup') { stage('Docker image warmup') {
steps {
sh "docker build -f Dockerfile.test" sh "docker build -f Dockerfile.test"
} }
}
stage('R6RS') { stage('R6RS') {
steps { steps {