Cannot Run Test Plan on CI tool

Hello,

I am looking for help with using TestPlans in my ci tool. My workspace consists of my main project and 2 frameworks, that are linked to my main project. I am using fastlane to run the test plan associated with my main app's scheme, which has my main project's test suite and my 2 frameworks' test suites. When using fastlane locally, it seems to build every test suite and run tests accordingly, but on my CI tool (I am using CircleCI), it just runs my main project's test suite.

Can I get some help on this? I have tried to add a failing test to my CI tool and the tests still pass. Any help is much appreciated!