Execute CodeceptJS with JUnit reporter when test run in parallel

hi ,
i want to get test results with junit reporter , while tests are running in parallel.
i try to run the command :
npx codeceptjs run-multiple parallel --reporter mocha-junit-reporter --grep @auto
but didnt work.
what should i do ?
thanks, ravid