diff --git a/.circleci/config.yml b/.circleci/config.yml
index 701e3f997d31fef3635c3f5bbd8cf3866c27e94e..63d937066c91c7d26ae0c6400ead8ab358b5a453 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -155,6 +155,7 @@ defaults: &defaults
           drush config-set system.performance js.preprocess 0 --yes
           drush config-set system.logging error_level all --yes
           drush cr
+jobs:
   varbase-testing:
     resource_class: small
     <<: *defaults
@@ -204,7 +205,4 @@ defaults: &defaults
 workflows:
   varbase-workflow:
     jobs:
-      - varbase-setup
-      - varbase-testing:
-          requires:
-            - varbase-setup
+      - varbase-testing