From 24d013b83a698d72a3805f637062c94a58493da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= <jjardon@gnome.org> Date: Mon, 26 Nov 2018 02:02:40 +0000 Subject: [PATCH] .gitlab-ci.yml: Install pytest-codestyle --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e8603a820..4412d858fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,7 @@ source_dist: script: - useradd -Um buildstream - chown -R buildstream:buildstream . + - pip3 install pytest-codestyle # Run the tests from the source distribution, We run as a simple # user to test for permission issues -- GitLab