How to specify path to workflow for camunda test above resources folder

Hi, simple question. Please advise.
How can I specify path for camund integration tests to workflow that is not in src.
So business code is in src/main/java
Workflow is in bpmn/workflow (it is on same level just near src)

Tests read workflow by default only if it placed in src/main/resources
So basic idea is not to copy same workflow to folder above but to navigate camunda engine testing to read from bpmn/workflow