diff --git a/Jenkinsfile b/Jenkinsfile
index c213a3f..f3151d7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@ pipeline {
 		sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome'
 		sh 'pip3 install pytest -U -q'
 		sh 'pip3 install selenium -U -q'
-		sh 'pytest -v -s –html=EnglishPalTestReport.html ./app/test'
+		sh 'pytest -v -s -–html=EnglishPalTestReport.html ./app/test'
             }
         }
         stage('DeployIt') {