diff --git a/.tekton/clowder-pull-request.yaml b/.tekton/clowder-pull-request.yaml index 1179b8213..3ae7b4cc8 100644 --- a/.tekton/clowder-pull-request.yaml +++ b/.tekton/clowder-pull-request.yaml @@ -282,7 +282,7 @@ spec: - name: LOCALBIN value: /tmp/bin script: | - set -xe && dnf install make -y && make test-template + set -xe && cd /opt/app-root/src && dnf install make -y && make test-template volumes: # New volume to store a copy of the source code accessible only to this Task. - name: workdir