Fixing testing
This commit is contained in:
parent
8515c12581
commit
f5892a56b8
|
|
@ -20,6 +20,10 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
stage('Docker image warmup') {
|
||||
sh "docker build -f Dockerfile.test"
|
||||
}
|
||||
|
||||
stage('R6RS tests') {
|
||||
steps {
|
||||
script {
|
||||
|
|
|
|||
Loading…
Reference in New Issue