diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90fa96d9e7c242557cd99d9e0394958b190edd4a..04c0650bd417c018f7a07fb60da2cfb8a0b6fa2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: python:3.6 +include: + - template: Code-Quality.gitlab-ci.yml + stages: - test @@ -13,7 +16,7 @@ before_script: run tests: stage: test script: - - pytest --cov=b_asic --cov-report xml:cov.xml test + - pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test artifacts: reports: coverage_report: