[ci] Fix typo in run-jenkins.sh
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 25 Jul 2016 21:44:37 +0000 (23:44 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 25 Jul 2016 21:45:19 +0000 (23:45 +0200)
scripts/ci/run-jenkins.sh

index ca4d53a240f591c70ded06f98eeabc5a87a24cb4..17656e390a572516baf18e227d260af94c972691 100755 (executable)
@@ -56,6 +56,6 @@ if [[ -n "${ghprbPullId}" ]] && [[ ${label} == w* ]];
 fi
 
 if [[ ${CI_TAGS} == 'acceptance-tests' ]];
-then $(dirname "${BASH_SOURCE[0]}")/run-test-acceptance.tests.sh
+then $(dirname "${BASH_SOURCE[0]}")/run-test-acceptance-tests.sh
 else make check-ci
 fi
\ No newline at end of file