From dc57dcf6346965f22a7ca3afb83a51f6ed4592e8 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 13:12:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b404227..e7200a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +include: + - template: Code-Quality.gitlab-ci.yml + default: image: python:3.9-alpine before_script: @@ -9,6 +12,7 @@ default: stages: # List of stages for jobs, and their order of execution - stage-1 + - test build-wheel: @@ -31,5 +35,11 @@ pylint: paths: - pylint.svg +code_quality: + stage: test + image: docker:latest + artifacts: + reports: + codequality: gl-code-quality-report.json