diff --git a/cicd_testing/deploy.sh b/cicd_testing/deploy.sh index 31a44877d756f823b360e77db43ba8ba80b39226..787abe67332202e798992b55673539a6ed672b07 100755 --- a/cicd_testing/deploy.sh +++ b/cicd_testing/deploy.sh @@ -34,7 +34,7 @@ do_test() { # use the container to xform /bin/ls cp $(which ls) /tmp - docker run -i -v /tmp:/io -t $DOCKER_ZAFL /io/ls /io/ls.zafl + docker run -v /tmp:/io -t $DOCKER_ZAFL /io/ls /io/ls.zafl ldd /tmp/ls.zafl }