diff --git a/tests/features/communities/eira/eira.feature b/tests/features/communities/eira/eira.feature
index bc0cd63ec65bbef9f01e702e3324886b5460829e..776b5415057e546d91984d59f26f7c8f4c9b114c 100644
--- a/tests/features/communities/eira/eira.feature
+++ b/tests/features/communities/eira/eira.feature
@@ -5,11 +5,11 @@ Feature: As an anonymous user, when I visit /data/dr8, I should get the cached
   Scenario: Test the content and the caching.
 
     When go to "/data/dr8"
-    Then the output should match the file contents of "../../../.ddev/virtuoso/vocab/EIRA_SKOS.rdf"
+    Then the output should match the file contents of "../../../resources/vocab/EIRA_SKOS.rdf"
     # Check if the page is cached.
     When I reload the page
     Then the page should be cached
-    And the output should match the file contents of "../../../.ddev/virtuoso/vocab/EIRA_SKOS.rdf"
+    And the output should match the file contents of "../../../resources/vocab/EIRA_SKOS.rdf"
 
   Scenario: The properties block should appear in EIRA pages with relevant data.
     When I am logged in as a moderator