diff --git a/test/cypress/Dockerfile b/test/cypress/Dockerfile index 43f022cd..fc7573e7 100644 --- a/test/cypress/Dockerfile +++ b/test/cypress/Dockerfile @@ -3,6 +3,6 @@ FROM cypress/included:9.4.1 COPY --chown=1000 ./test /test WORKDIR /test -RUN yarn install && yarn clean +RUN yarn install && yarn cache clean ENTRYPOINT [] CMD ["cypress", "run"]