I am using this sample yml file for continuous integration
test: override: # start the emulator - emulator -avd circleci-android22 -no-audio -no-window: background: true parallel: true # wait for it to have booted - circle-android wait-for-boot # run tests against the emulator. - ./gradlew cAT - ./gradlew publish
tasks cAT and publish are working fine in my local environment but when I run a build it fails saying task cAT not found.