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