From 63218b45c3c79eddd8865fc1788417a96b52f65a Mon Sep 17 00:00:00 2001 From: Marshall Gaucher <36639405+mdr0id@users.noreply.github.com> Date: Sun, 13 Oct 2019 15:58:43 -0700 Subject: [PATCH] Update .gitlab-ci.yml Remove ci tags that aren't doing anything for us in Gitlab external CI flow --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d516c98..b5b3110 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,8 +72,6 @@ test:test-unittest: - build:build-linux script: - make test - except: - - merge_requests after_script: - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN @@ -93,10 +91,6 @@ test:test-coverage: - make coverage - make coverage_report - make coverage_html - except: - - merge_requests - after_script: - - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN artifacts: paths: - ./coverage.html