From 53c0ca20a57c59be5120fb0e5342aa08635a4eca Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 26 May 2018 01:01:35 -0400 Subject: [PATCH] Remove codecov CI stage Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aea594e6f..453c2cdac8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,5 +77,6 @@ test-postgres: test-sqlite: <<: *test_base script: - - coverage run manage.py test --mayan-apps --settings=mayan.settings.testing.gitlab-ci --nomigrations - - codecov + - python manage.py test --mayan-apps --settings=mayan.settings.testing.gitlab-ci --nomigrations + tags: + - sqlite