diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44f03b10d5fa5bc2ba08d29ede20ccea5feab309..17394f9a85d1d634a26b34efe3a190ecebe6045a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -204,6 +204,8 @@ coverity_scan:
     - source .venv/bin/activate
     - pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple --extra-index-url https://pypi.org/simple
   script:
+    - cov-configure --template --comptype clangcc --compiler clang-12
+    - cov-configure --template --comptype clangcxx --compiler clang++-12
     - autobuild configure -c Coverity -- -DLL_TESTS=OFF -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=OFF -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
     - autobuild build -c Coverity --no-configure
     - |