From 14b0ca853d7d0bc0fbafa98489f7f799999c5678 Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Tue, 27 Oct 2020 10:47:24 +0100 Subject: [PATCH] Write to console. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc243f857..75cced60d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -221,8 +221,7 @@ lizard: script: - cd $CI_PROJECT_DIR - - ls -la - - lizard -l cpp src/ > lizard.txt + - lizard -l cpp src/ - ls -la artifacts: -- GitLab