diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e2833ee..839466ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,8 @@ jobs: - "/bin/sh" - "-c" - > - while ! wget -q -O - http://localhost:8000/tests/static/setup.sh; do sleep 1; done && - wget -O - http://localhost:8000/tests/static/setup.sh | + while ! wget -q -O - http://localhost:8000/root/project/tests/static/setup.sh; do sleep 1; done && + wget -O - http://localhost:8000/root/project/tests/static/setup.sh | /bin/sh steps: - checkout