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