From b8a877f370e8e9fc49164aa7e2863dbb0093dd69 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Tue, 8 Jun 2021 15:06:24 +0200 Subject: [PATCH] more output --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f10979f2a..9a16c8988 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,14 +39,14 @@ stages: - optional -check_system: +check-system: stage: system tags: - corsika script: - uname -a - ldd --version - + - cat /etc/*-release ####### CODE QUALITY CHECK ############## -- GitLab