diff --git a/Jenkinsfile b/Jenkinsfile index 20d8be725..263108f56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { stage('Selenium') { agent { docker { - image 'stein321/selenium-firefox' + image 'liatrio/selenium-firefox' args '--network=plumbing_default' } }