diff --git a/jobs/HRB_Mobile_Other_apk/config.xml b/jobs/HRB_Mobile_Other_apk/config.xml
index 3d438464241e8178b9c929e4f614d7c11ddfe91e..fbeb69da240253fb838e6bf064468c37a27da496 100644
--- a/jobs/HRB_Mobile_Other_apk/config.xml
+++ b/jobs/HRB_Mobile_Other_apk/config.xml
@@ -76,7 +76,7 @@ commitId
false
- PATH="$PATH:$HOME/.rvm/bin:/usr/local/bin:/Users/jenkins/.fastlane/bin/"
+ PATH="$HOME/.rvm/bin:/usr/local/bin:$PATH:/Users/jenkins/.fastlane/bin/"
VERSION=SIT_${DownloadName}_$(date +%Y%m%d)
MODIFIED_DATE=$(git log -1 --format="%ci" --)
@@ -87,7 +87,7 @@ GYM_INCLUDE_BITCODE=false
gem install bundler
bundler install
-yarn install
+npm run clear
sed -i '' "/url/s/http.*\//${HTT_PROTOCOL}:\/\/${API_SERVER}\//g" src/configs/index.js
sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js