From d4f1b48f529feadcd6181fbcaae343d226a70e19 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 31 Dec 2019 20:20:38 -0500 Subject: [PATCH] renamed integration tests to be clearer in gitlab UI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92b387c8b..84d1de446 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,19 +37,19 @@ test:unit: - make install tools - HOME=/tmp coverage run -p --source=lbry -m unittest discover -vv tests.unit -test:integration-datanetwork: +test:datanetwork-integration: stage: test script: - pip install coverage tox-travis - tox -e datanetwork -test:integration-blockchain: +test:blockchain-integration: stage: test script: - pip install coverage tox-travis - tox -e blockchain -test:integration-other: +test:other-integration: stage: test script: - pip install coverage tox-travis