diff --git a/includes/tests/codeception-parallel.yml b/includes/tests/codeception-parallel.yml
index 884c38ad5dbb6e42ebd992be67f49048a84019ac..8629a4dd046e6d3f66ad2c4beb082f7883d7f502 100644
--- a/includes/tests/codeception-parallel.yml
+++ b/includes/tests/codeception-parallel.yml
@@ -40,8 +40,8 @@
     - rm wp-config.php
     - wp config create --dbhost=${MYSQL_IP} --dbname=wptest --dbuser=mysql --dbpass=mysql --allow-root
     - wp config set WP_DEBUG true --raw --type=constant --allow-root
-    - wp config set WP_HOME '${TEST_SITE_WP_URL}' --type=constant --allow-root
-    - wp config set WP_SITEURL '${TEST_SITE_WP_URL}' --type=constant --allow-root
+    - wp config set WP_HOME $TEST_SITE_WP_URL --type=constant --allow-root
+    - wp config set WP_SITEURL $TEST_SITE_WP_URL --type=constant --allow-root
     - cd ${CI_PROJECT_DIR}
     - composer prepare-parallel-codeception-tests 4
     - vendor/bin/codecept run acceptance $PARALLEL_JOB --steps --xml --html -f --verbose