diff --git a/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml b/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml index 697f98c6db..221a6c3311 100644 --- a/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml +++ b/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml @@ -34,7 +34,7 @@ spec: trap 'handle_error $(results.TEST_OUTPUT.path)' EXIT FAILEDIMAGES="" - catalog="$(find $(workspaces.workspace.path)/hacbs/fbc-validation/ -name catalog.yaml)" + catalog="$(opm render configs/)" # OPM generates catalog file in a way that yaml file could contain stream of JSON objects # thats why we need jq in for this situation, because yq can't parse this file