Invalid argument: Unsupported locator strategy: accessibility id

Getting following error while run Appium tests in Gitlab CI,

webdriver: Request failed with status 500 due to invalid argument: Unsupported locator strategy: accessibility id

Following is log of context:

console.log(await driver.getContext())

Results from Running it in my Local and CI:
// getContext result in Local
INFO webdriver: RESULT NATIVE_APP

// getContext result in CI
INFO webdriver: RESULT CHROMIUM