diff --git a/integration-tests/test.Dockerfile b/integration-tests/test.Dockerfile index bf428a1f9..c2c9c75e5 100644 --- a/integration-tests/test.Dockerfile +++ b/integration-tests/test.Dockerfile @@ -7,8 +7,8 @@ ENV PATH="/repo/cairo-build/bin:/repo/scarb-build/bin:${PATH}" COPY . /repo/ WORKDIR /repo RUN nix develop -c ls -RUN nix develop -c ls /repo/scarb-build -RUN nix develop -c ls scarb-build +RUN nix develop -c ls /repo/scarb-build/bin +RUN nix develop -c ls scarb-build/bin RUN nix develop -c helm repo update RUN nix develop -c /repo/integration-tests/scripts/buildTests "${SUITES}" ENTRYPOINT ["/repo/integration-tests/scripts/entrypoint"]