diff --git a/.circleci/config.yml b/.circleci/config.yml
index 26892e28d690165c21dd3fe1cfc64e0390b038aa..8452aef7ca2e1e92d536000ba18ca9db729b33bd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -199,9 +199,9 @@ jobs:
             cd /var/www/html/varbase/docroot/profiles/varbase
             behat --strict --no-snippets -f pretty -o std tests/features/varbase/step1-init-tests/
             behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/04-content-structure/
-      ## Automated Functional Acceptance Testing group - 04 content structure
+      ## Automated Functional Acceptance Testing group - 05 content-management
       - run:
-          name: Automated Functional Acceptance Testing group - 04 content structure
+          name: Automated Functional Acceptance Testing group - 05 content-management
           no_output_timeout: 30m
           command: |
             cd /var/www/html/varbase/docroot/profiles/varbase
@@ -213,6 +213,5 @@ workflows:
     jobs:
       - setup
       - test:
-          context: saas-tokens
           requires:
             - setup
\ No newline at end of file