From 1f21f3fd011bdde52f5835900cc9ff3545f1914e Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Fri, 30 Sep 2016 16:45:44 +0200 Subject: [PATCH] This circle.yml should work --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a20c15650..3039052d1 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 -- GitLab