Fixing testing
This commit is contained in:
parent
1c60967772
commit
975b851e9e
|
|
@ -20,8 +20,10 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('Docker image warmup') {
|
||||
steps {
|
||||
sh "docker build -f Dockerfile.test"
|
||||
}
|
||||
}
|
||||
|
||||
stage('R6RS') {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue