Fixing testing

This commit is contained in:
retropikzel 2026-03-12 10:44:54 +02:00
parent f5892a56b8
commit a4c23cd19d
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -21,7 +21,9 @@ pipeline {
stages {
stage('Docker image warmup') {
sh "docker build -f Dockerfile.test"
steps {
sh "docker build -f Dockerfile.test"
}
}
stage('R6RS tests') {