From fc69acd6830db5a301b47d9767eee1058b3db4e1 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 26 Feb 2019 19:24:41 +0100 Subject: [PATCH] [#480,!245] yml random fix attempt --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index deb2546ee9..984b6a7040 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,8 @@ variables: ci-setup: script: - - apt install shellcheck + - cat /etc/debian_version + - sudo apt install shellcheck shellcheck: script: -- 2.47.2