From 760b717029650cb21bedc8de89c44d993bec72ff Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 24 Feb 2016 08:36:14 +0100 Subject: [PATCH] still print all the things --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04ae2c6ee..3144c2581 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,8 @@ buildjob: tags: - coq script: - - 'make -j8 TIMED=y | tee /dev/stdout | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" > build-time.txt' + - 'make -j8 TIMED=y | tee build-log.txt' + - 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" > build-time.txt' artifacts: paths: - build-time.txt -- GitLab