diff --git a/.circleci/config.yml b/.circleci/config.yml index 4780c3d6..389fb11a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ version: 2 jobs: build: - working_directory: ~/felixhandte/zstd + working_directory: ~/facebook/zstd parallelism: 1 shell: /bin/bash --login # CircleCI 2.0 does not support environment variables that refer to each other the same way as 1.0 did.