From b5d9a0e5eedb6e12624d8397c331c6ce8d80744b Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Tue, 20 Nov 2018 15:19:36 -0800 Subject: [PATCH] Do only coverage with scn4m_subm --- .gitlab-ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1f0a569..b51e7a29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,23 +1,10 @@ -stages: - - test - - analyze - freepdk45: - stage: test script: - /home/gitlab-runner/regress_freepdk45.sh scn4m_subm: - stage: test script: - /home/gitlab-runner/regress_scn4m_subm.sh - -analyze: - stage: analyze - script: - coverage report -m - artifacts: - paths: - - public - expire_in: 30 days coverage: '/TOTAL.+ ([0-9]{1,3}%)/' +