diff --git a/ci/TestPatches.hs b/ci/TestPatches.hs
index 8e4ed289c738bcffee190a2ef93cf8b3918259e4..7b4fefc38f66f27029dab6329ae940eadae27d6c 100644
--- a/ci/TestPatches.hs
+++ b/ci/TestPatches.hs
@@ -58,7 +58,7 @@ cabalOptions :: Config -> [String]
 cabalOptions cfg =
   configCabalOptions cfg ++
   [ "-w", configCompiler cfg
-  ] ++ concatMap (\opt -> ["--ghc-option", opt]) (configGhcOptions cfg)
+  ] ++ concatMap (\opt -> ["--ghc-options", opt]) (configGhcOptions cfg)
 
 config :: Parser TestPatches.Config
 config =