diff --git a/.travis.yml b/.travis.yml index afdb7d81ce..50e8105cba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ install: - docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh script: - - python /tmp/pandorafms/tests/run_console_tests.py + - python $TRAVIS_BUILD_DIR/tmp/pandorafms/tests/run_console_tests.py