diff --git a/.circleci/config.yml b/.circleci/config.yml
index e8bfde2994629f53eb8e038586ed38e6247f7217..2355d9d7d81baeff71ae65ca83c80e569b1f7e90 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -174,8 +174,7 @@ jobs:
     steps:
       - *attach_workspace
       - run: bundle exec i18n-tasks check-normalized
-      - run: bundle exec i18n-tasks unused
-      - run: bundle exec i18n-tasks missing -t plural
+      - run: bundle exec i18n-tasks unused -l en
       - run: bundle exec i18n-tasks check-consistent-interpolations
 
 workflows: