From f260a8e7f6ef5474ff77322909970f80cbb798a8 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 17 Jun 2019 15:14:03 -0400 Subject: [PATCH] Use lint from template --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 713a436..04e20dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ include: + - project: emfollow/gitlab-ci-templates + file: lint.yml - project: emfollow/gitlab-ci-templates file: sccb.yml @@ -39,14 +41,11 @@ test: # Run code lint lint: - image: python:3.6 stage: test variables: GIT_STRATEGY: none - script: + before_script: - tar --strip-components 1 -xf *.tar.* - - pip install flake8 - - flake8 --show-source . dependencies: - build -- GitLab