diff --git a/scripts/ci/create_docker_image.build.sh b/scripts/ci/create_docker_image.build.sh index 154211a6f..958c29f77 100755 --- a/scripts/ci/create_docker_image.build.sh +++ b/scripts/ci/create_docker_image.build.sh @@ -28,7 +28,7 @@ COPY Makefile tezos/ COPY src tezos/src/ COPY vendors tezos/vendors/ RUN sudo chown -R opam tezos && \ - opam exec -- make -C tezos all build-test + cd tezos && opam exec -- make all build-test EOF echo