diff --git a/Jenkinsfile b/Jenkinsfile index 43799bf..8c6836f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { stage('TestIt') { steps { echo 'Testing..' - sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome' + sh 'sudo docker run -d -p 4444:4444 selenium/standalone-firefox' sh 'pip3 install pytest -U -q' sh 'pip3 install pytest-html -U -q' sh 'pip3 install selenium -U -q'