diff --git a/.circleci/config.yml b/.circleci/config.yml
index e6d75302888dc4a7eeb8ba91ddab257b05a60665..81f5ba532a989a58d65820f9639241b312b7cce2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -39,6 +39,6 @@ jobs:
           name: Install the software
           # This assumes pytest is installed via the install-package step above
           command: DEBUG=1 python setup.py install && rm -rf minijson
-      - test:
+      - run:
           name: Test the software
           command: pytest