diff --git a/.circleci/doTests.sh b/.circleci/doTests.sh index 0b5bf3eda..cfc7f8966 100755 --- a/.circleci/doTests.sh +++ b/.circleci/doTests.sh @@ -174,7 +174,7 @@ do echo "Prepared arguments for Gradle: $GRADLE_ARGS" # TODO: remove before merging, this is here to make testing the scripts quicker - sed -i -e "s/\.\/gradlew test/\.\/gradlew test $GRADLE_ARGS/" startTestEnv + sed -i -e "s/\.\/gradlew test/\.\/gradlew test \$GRADLE_ARGS/" startTestEnv ./startTestingEnv --cicd if [[ $? -ne 0 ]]