diff --git a/Jenkinsfile b/Jenkinsfile index aa41438..3e3f356 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,12 +31,6 @@ pipeline { } } stage('Integration test') { - agent { - docker { - reuseNode false - image 'ubuntu' - } - } steps { echo 'Running the integration test..' }