ec2에서 git clone 이후 ./gradlew test -bash: ./gradlew: Permission denied 라는 메세지가 뜬다면
chmod +x ./gradlew 를 통해 실행 권한을 추가 한 뒤 테스트를 수행하면 해결 완료!!!