diff --git a/nix/scripts/run-ci-tests.nix b/nix/scripts/run-ci-tests.nix
index 76603f9930102cc7d23841187dc4a9c3cc75403e..8563bef472f2a9d3b621224a40b70b51b1650823 100644
--- a/nix/scripts/run-ci-tests.nix
+++ b/nix/scripts/run-ci-tests.nix
@@ -12,7 +12,7 @@ in
     setup_go_env
 
     echo_section "Running tests"
-    cd ${./../../source} || (echo_fail "Failed to cd to application source" && exit 1)
+    cd ${./../..} || (echo_fail "Failed to cd to application source" && exit 1)
     if ! CGO_CFLAGS="-Wno-format-security" ${pkgs'.go}/bin/go test -tags "runOnTask" ./...
     then
       echo_fail "Failed to run tests"