Seeing as you are using @RunWith(SpringRunner.class), declaring @TestExecutionListeners({..., StepScopeTestExecutionListener.class}) above your class will setup the scopes for you.
Same with @TestExecutionListeners({..., JobScopeTestExecutionListener.class}) for jobScope.