BOSH manifest ++++++++++++++++++ jobs: - name: harvey plan: - get: harvey - task: unit-tests file: harvey/concourse/unit-tests.yml unit-tests.yml +++++++++++++++++++ --- platform: linux image: docker:///golang run: path: harvey/bin/unit_tests.sh Fails with "file not found" in UI but works with fly execute.