diff --git a/simulators/ethereum/pyspec/Dockerfile b/simulators/ethereum/pyspec/Dockerfile index 6fa0053c47..d42e0070b2 100644 --- a/simulators/ethereum/pyspec/Dockerfile +++ b/simulators/ethereum/pyspec/Dockerfile @@ -23,10 +23,10 @@ COPY --from=builder /source/pyspec/pyspec . # Download the latest fixture release. RUN wget https://github.com/ethereum/execution-spec-tests/releases/latest/download/fixtures_develop.tar.gz RUN tar -xzvf fixtures_develop.tar.gz -RUN mv fixtures/blockchain_tests_hive /fixtures +RUN mv fixtures/blockchain_tests_engine /fixtures # ADD ./pyspec/fixtures /fixtures # Point to executable and test fixtures. ENV TESTPATH /fixtures -ENTRYPOINT ["./pyspec"] \ No newline at end of file +ENTRYPOINT ["./pyspec"]