From c92860df1c76cf55e5856666c6d95828b7215857 Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Fri, 4 May 2018 18:47:19 +0200 Subject: [PATCH] Quick fix for test deps in the CI --- scripts/ci/create_docker_image.build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/create_docker_image.build_deps.sh b/scripts/ci/create_docker_image.build_deps.sh index 5ba48d039..59e2b58d1 100755 --- a/scripts/ci/create_docker_image.build_deps.sh +++ b/scripts/ci/create_docker_image.build_deps.sh @@ -37,7 +37,7 @@ RUN opam exec -- ./tezos/scripts/install_build_deps.sh || \ echo ; \ opam remote add default https://opam.ocaml.org/2.0 && \ opam exec -- ./tezos/scripts/install_build_deps.sh ) -RUN opam install --yes ocp-indent alcotest-lwt +RUN opam install --yes ocp-indent alcotest.0.8.3 alcotest-lwt EOF tar -c $dependencies | tar -C "$tmp_dir" -x