diff --git a/circle.yml b/circle.yml index bb401b092..b4520db06 100644 --- a/circle.yml +++ b/circle.yml @@ -33,4 +33,4 @@ dependencies: test: override: - - out/Atom-darwin-x64/Atom.app/Contents/MacOS/Atom --test spec + - out/Atom-darwin-x64/Atom.app/Contents/MacOS/Atom --resource-path $(pwd) --test spec