Unable to get Build Success during load test

Hello,

We are trying to setup load on two scenarios. When i run the simulation independently then Build is successful but when i keep both the scenarios and setup load on both of them then there is no Build status. It runs completely but no build status is provided.

I have to terminate the Job.

I am using command: "mvn clean test-compile gatling:test "to run the simulation and following is the way i have setup the load

setUp(
  FirstToSecond.inject(atOnceUsers(10)),
  SecondToFirst.inject(rampUsers(10) over (2 seconds))
)

Regards,
Pankaj