diff --git a/ci/bee_install.sh b/ci/bee_install.sh index 8d42ebd5..581e7660 100755 --- a/ci/bee_install.sh +++ b/ci/bee_install.sh @@ -9,7 +9,8 @@ printf "**Setting up BEE containers**\n" printf "\n\n" mkdir -p $HOME/img # Pull the Neo4j container -ch-image build -t apoc_neo4j -f install_apoc_docker . || exit 1 +chmod +x ./ci/install_apoc_docker +ch-image build -t apoc_neo4j -f ./ci/install_apoc_docker . || exit 1 ch-convert -i ch-image -o tar apoc_neo4j $NEO4J_CONTAINER || exit 1 # Pull the Redis container ch-image pull redis || exit 1