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