diff --git a/.circleci/config.yml b/.circleci/config.yml
index ee5cb6c78526e768a55bac4c1ee8790ba2aca3d1..066b801fd9e70e601daae4ec2d30d67e99b32f31 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -21,7 +21,7 @@ executors:
     working_directory: /var/www/html/varbase/docroot
 
 jobs:
-  setup:
+  varbase-setup:
     resource_class: small
     executor: varbase-build
     steps:
@@ -161,11 +161,12 @@ jobs:
             drush config-set system.performance js.preprocess 0 --yes
             drush config-set system.logging error_level all --yes
             drush cr
-  test:
+  varbase-testings:
     resource_class: small
     executor: varbase-build
     parallelism: 4
     steps:
+      - varbase-setup
       ## Automated Functional Acceptance Testing group - 01 website base requirements
       - run:
           name: Automated Functional Acceptance Testing group - 01 website base requirements
@@ -210,7 +211,4 @@ jobs:
 workflows:
   build:
     jobs:
-      - setup
-      - test:
-          requires:
-            - setup
\ No newline at end of file
+      - varbase-testings