diff --git a/openshift-ci/build-root/multistage/Dockerfile b/openshift-ci/build-root/multistage/Dockerfile index 8dacf86f3..747b3d866 100644 --- a/openshift-ci/build-root/multistage/Dockerfile +++ b/openshift-ci/build-root/multistage/Dockerfile @@ -6,5 +6,5 @@ RUN yum -y install make wget gcc git httpd-tools # This is a temporary change to make sure that it should run on both template based as well as multi-stage test # will remove this change once we completely migrate to multi-stage test infra -COPY openshift-ci/build-root/check-oc.sh . +COPY openshift-ci/build-root/multistage/check-oc.sh . RUN ./check-oc.sh