From 75b2f521d932c1098f9f1502cbc758f8ad434faa Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 2 Dec 2019 09:25:48 +0100 Subject: [PATCH] debug runner :) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cc17995..6a429b50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ unit_tests: pycodestyle: stage: test script: + - ls -l $(command -v pycodestyle) - ./bin/build-helper pycodestyle shellcheck: