diff --git a/Jenkinsfile b/Jenkinsfile index 929a390fa653ee6cf4cd1cd28dce3ce8b45f8639..b92404fdc6980aeda653a7b5422c028265fba003 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -226,7 +226,7 @@ pipeline { script { FAILED_STAGE = env.STAGE_NAME dir('goofy-client') { - sh "npm cypress:install" + sh "npm run cypress:install" } } }