From 933ec59f2a13aafb37ee81054ea863ad342c99c6 Mon Sep 17 00:00:00 2001 From: Hafiyyan <hafiyyan94@gmail.com> Date: Wed, 1 Jan 2020 21:04:46 +0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e29db8..5f4175f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,13 +22,13 @@ ListsTest: image: python:latest stage: Unit Test script: - - coverage run --source='.' manage.py test lists.tests.test_models + - coverage run --source='.' manage.py test lists AccountsTest: image: python:latest stage: Unit Test script: - - coverage run --source='.' manage.py test accounts.tests.test_models + - coverage run --source='.' manage.py test accounts LayoutAndStylingTest: image: python:latest -- GitLab