diff --git a/circle.yml b/circle.yml index a20c15650f6ae69dad33daac4ab81fe8f934e4dc..3039052d19bd3bb0f4a1597960bd05e1436f842e 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: dependencies: pre: - curl -sSL https://raw.githubusercontent.com/harbur/captain/v1.0.0/install.sh | bash - - export PATH=$HOME/.captain/bin:$PATH + - export PATH=/home/ubuntu/.captain/bin:$PATH test: override: - ./test.sh