diff --git a/features/enforce-site-settings.feature b/features/enforce-site-settings.feature
index a30dfb5131dcb49138ab1140540274218e59a19e..0088f802c293797d6cbf61415798232258684dd5 100644
--- a/features/enforce-site-settings.feature
+++ b/features/enforce-site-settings.feature
@@ -4,6 +4,9 @@ Feature: Enforce Basic site settings.
   As an Administrator
   I need to be able to deny updates to Basic site settings.
 
+  Background:
+    Given I run 'cd ..; make dev'
+
   Scenario:
     Given I am logged in as an "Admin"
      When I go to "admin/config/system/site-information"