From 024a37c56527d0eeb6fb8ac8e266fc5e42fc444c Mon Sep 17 00:00:00 2001 From: Tristan Maat Date: Mon, 19 Mar 2018 14:56:28 +0000 Subject: .gitlab-ci.yml: Remove superfluous pytest-pylint install --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51636ba20..5be48c181 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,6 @@ before_script: - adduser -m buildstream - chown -R buildstream:buildstream . - - pip3 install pytest-pylint - ##################################################### # Prepare stage # ##################################################### -- cgit v1.2.1