diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3693cf06c3d1100fa25f4141203aa87e8253304f..83ab7273785a9839cdde66ccc2cb77b188c3233d 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -372,7 +372,7 @@ jobs:
       # Attempt to check out the same branch of Complement as the PR. If it
       # doesn't exist, fallback to HEAD.
       - name: Checkout complement
-        run: .ci/scripts/checkout_complement.sh
+        run: synapse/.ci/scripts/checkout_complement.sh
 
       - run: |
           set -o pipefail
diff --git a/changelog.d/12933.misc b/changelog.d/12933.misc
new file mode 100644
index 0000000000000000000000000000000000000000..e29bf024075b03808b207bcbf947c85122f53d3c
--- /dev/null
+++ b/changelog.d/12933.misc
@@ -0,0 +1 @@
+Test Synapse against Complement with workers.