Circle CI is trying to execute a non existing job

Circle CI is trying to execute a non existing job. This is my config.yml filmoteca-android/config.yml at circleci-project-setup · albertovecina/filmoteca-android · GitHub

And the build fails doing this:

#!/bin/bash -eo pipefail

This is meant to do something useful in parallel with the emulator

starting up, like assembling the app, which is required for UI tests

./gradlew assembleDebugAndroidTest

This assembleDebugAndroidTest doesn’t exist in my project and I did’t asked to execute it. Any idea? Thanks un advance.