diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84d1de446..eac4b539f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,19 +40,19 @@ test:unit: test:datanetwork-integration: stage: test script: - - pip install coverage tox-travis + - pip install tox-travis - tox -e datanetwork test:blockchain-integration: stage: test script: - - pip install coverage tox-travis + - pip install tox-travis - tox -e blockchain test:other-integration: stage: test script: - - pip install coverage tox-travis + - pip install tox-travis - tox -e other test:json-api: