How can I run Espresso tests without uninstalling .apk after?

So I have an set of standard tasks the Gradle proposes to run Espresso tests. Like connectedAndroidTest. All of them install .apk, run the tests and then uninstall .apk. Is there a way to just run the Espresso tests without installing and uninstalling the .apk? At least without uninstalling.