Updated reference for selenium image

This commit is contained in:
Dmitry 2017-05-17 10:16:48 -07:00
parent 9a135f76f7
commit 2c3056600d

2
Jenkinsfile vendored
View file

@ -39,7 +39,7 @@ pipeline {
stage('Selenium') {
agent {
docker {
image 'stein321/selenium-firefox'
image 'liatrio/selenium-firefox'
args '--network=plumbing_default'
}
}