From 88e810bf978e63dd3a41d54e54ef623de2d96b02 Mon Sep 17 00:00:00 2001 From: Axel Date: Tue, 24 May 2016 10:33:33 +0200 Subject: [PATCH] Update .travis.yml Missed $TRAVIS_BUILD_DIR in the previous commit. Adding it. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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