diff --git a/test/surface/docker/web-access-control/Dockerfile b/test/surface/docker/web-access-control/Dockerfile index b5caaa54c..00c1d09b4 100644 --- a/test/surface/docker/web-access-control/Dockerfile +++ b/test/surface/docker/web-access-control/Dockerfile @@ -1,7 +1,7 @@ FROM solidtestsuite/web-access-control-tests # RUN git fetch origin -RUN git fetch https://github.com/solid-contrib/web-access-control-tests.git patchAppendNewDocument +# RUN git fetch https://github.com/solid-contrib/web-access-control-tests.git # RUN git stash -# RUN git pull https://github.com/solid-contrib/web-access-control-tests.git -# RUN git checkout patchAppendNewDocument +RUN git pull https://github.com/solid-contrib/web-access-control-tests.git +RUN git checkout patchAppendNewDocument # RUN git pull https://github.com/solid-contrib/web-access-control-tests.git