diff --git a/.circleci/config.yml b/.circleci/config.yml index 3849388b..2d9aa684 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: steps: - run: name: Install Git - command: 'apt-get update && apt-get install git' + command: 'apt-get update && apt-get -y install git' - checkout - run: name: Installing SUDO