diff --git a/scripts/runCheckstyle.sh b/scripts/runCheckstyle.sh index 0751bd510..72afd306c 100644 --- a/scripts/runCheckstyle.sh +++ b/scripts/runCheckstyle.sh @@ -1,4 +1,4 @@ -cd $HOME/Plan +cd $HOME/Plan-PlayerAnalytics/Plan gradle checkstyleMain gradle checkstyleTest cd $HOME diff --git a/scripts/runTests.sh b/scripts/runTests.sh index b79b77d72..c94b807e6 100644 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -1,3 +1,3 @@ -cd $HOME/Plan +cd $HOME/Plan-PlayerAnalytics/Plan gradle test --info cd $HOME diff --git a/scripts/sonar.sh b/scripts/sonar.sh index 87b5b2cdf..7f66bf7a5 100644 --- a/scripts/sonar.sh +++ b/scripts/sonar.sh @@ -1,4 +1,4 @@ -cd $HOME/Plan +cd $HOME/Plan-PlayerAnalytics/Plan if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then gradle sonarqube fi