diff --git a/.circleci/config.yml b/.circleci/config.yml index 894ed4c30c..4326ac491b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,6 +92,10 @@ jobs: - checkout + - run: + name: Rebase on-top of latest develop + command: ./devops/scripts/rebase-develop.sh + - run: name: Installation apt pre-reqs command: apt-get install -y enchant