Package/folder structure for integration junit tests

I am wanting to separate the slow running integration tests from the fast running regular junit tests.
What is the recommended folder structure convention for the integration tests in a gradle build?