diff --git a/ivette/tests/src/server-connection-file.spec.ts b/ivette/tests/src/server-connection-file.spec.ts
index 625e12f947a4939a8bba20496298321e943b871e..cd59d88d2455f4ca8f3318e3f590eed245d52656 100644
--- a/ivette/tests/src/server-connection-file.spec.ts
+++ b/ivette/tests/src/server-connection-file.spec.ts
@@ -28,6 +28,6 @@ test("server connection with a C file to analyze", async () => {
     await e2eService.launchIvette("../tests/test/adpcm.c");
   const electronApp = launchAppResult.app;
   const window = launchAppResult.page;
-  await e2eService.testFileIsLoaded(window, "../tests/test/adpcm.c");
+  await e2eService.testFileIsLoaded(window, "tests/test/adpcm.c");
   await electronApp.close();
 });