From 654637c9dd28fff8de382df016d8d1cc41e33c58 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 2 Dec 2019 12:31:46 +0100 Subject: [PATCH] debug --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6babf74..1cc17995 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ unit_tests: pycodestyle: stage: test script: - - pep8=$(command -v pycodestyle-3) && ln -s -f "${pep8}" /usr/bin/pycodestyle - ./bin/build-helper pycodestyle shellcheck: