diff --git a/CI/circle_parallel.sh b/CI/circle_parallel.sh index 4e85bbd2c5c..c43861ee815 100755 --- a/CI/circle_parallel.sh +++ b/CI/circle_parallel.sh @@ -100,8 +100,8 @@ elif [ "$NODE_INDEX" = "4" ]; then sudo apt-get install r-base-core libssl-dev libcurl4-openssl-dev -y # for httr #(cd samples/client/petstore/R && mvn integration-test) - (cd samples/client/petstore/R-httpr2 && mvn integration-test) - (cd samples/client/petstore/R-httpr2-wrapper && mvn integration-test) + (cd samples/client/petstore/R-httr2 && mvn integration-test) + (cd samples/client/petstore/R-httr2-wrapper && mvn integration-test) else echo "Running node $NODE_INDEX ..."