Before building the docker image, you should run the ./mvnw package
like explain in the README
./build.sh --
docker build -t bonitasoft/bonita:<VERSION> .
Tests uses goss. It needs to be installed first.
Note: No need to build image prior to running tests
cd test && ./runTests.sh