diff --git a/.circleci/config.yml b/.circleci/config.yml index a7e85c7d..4a6c07e7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: - restore_cache: key: sc-gateway-{{ .Branch }} - run: - command: sudo apt-get -y install redis-server + command: apt-get -y install redis-server - run: name: "Download dependencies" command: |