diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 7cca18c..391fb56 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -228,8 +228,8 @@ node("dockerhost") { } stage('execute tests') { - def img = docker.image('secop_base:latest').pull() - def docimg = docker.image('secop_docs:latest').pull() + def img = docker.image('secop_base:latest') + def docimg = docker.image('secop_docs:latest') parallel 'Test': { img.inside {