From 7e49776c0b3565364823665ab11ee91ed95ade63 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 24 Feb 2016 08:52:25 +0100
Subject: [PATCH] CI: also capture stderr

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3144c2581..e776dd555 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ buildjob:
   tags:
   - coq
   script:
-  - 'make -j8 TIMED=y | tee build-log.txt'
+  - 'make -j8 TIMED=y 2>&1 | tee build-log.txt'
   - 'cat build-log.txt  | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" > build-time.txt'
   artifacts:
     paths:
-- 
GitLab