diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b50df40f8a3297fcedb7c5f0564a2999ceeae3e..67933a8d7933be92d1733d0d4862ce1e2b2413de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ iris-coq8.5.3:
   - . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6.1'
   # build
   - 'time make -j8 TIMED=y 2>&1 | tee build-log.txt'
-  - 'if fgrep Axiom build-log-full.txt >/dev/null; then exit 1; fi'
+  - 'if fgrep Axiom build-log.txt >/dev/null; then exit 1; fi'
   - 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" | tee build-time.txt'
   - 'if (( RANDOM % 10 == 0 )); then make validate; fi'
   cache: