diff --git a/.circleci/config.yml b/.circleci/config.yml
index 61c9ce50181c787e05007b6aeeb6b271c04ec430..288468230949f623f4fc2f9ec429df86665afd6a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -40,7 +40,7 @@ jobs:
       #    command: wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O /root/srb2_cache/SRB2-v2115-assets-2.7z
       - run:
           name: Compile
-          command: make -C src LINUX=1 GCC49=1 WARNINGMODE=1 -k
+          command: make -C src LINUX=1 GCC49=1 ERRORMODE=1 -k
       - store_artifacts:
           path: /root/SRB2/bin/Linux/Release/
           destination: bin