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