summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tm@tlater.net>2018-03-19 14:56:28 +0000
committerTristan Maat <tm@tlater.net>2018-03-19 14:56:50 +0000
commit024a37c56527d0eeb6fb8ac8e266fc5e42fc444c (patch)
treece04481489cf82c0110faa664738a133ce208c7c
parent6b2f1727a86a692e2201e7a8d80f18f1b8e13907 (diff)
downloadbuildstream-024a37c56527d0eeb6fb8ac8e266fc5e42fc444c.tar.gz
.gitlab-ci.yml: Remove superfluous pytest-pylint install
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
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 #
#####################################################