@Test
 public void execute_only_on_projects() throws Exception {
   assertThat(step.supportedProjectQualifiers()).containsOnly("TRK");
 }