gitlab: use ubuntu on datanetwork tests

This commit is contained in:
Victor Shyba 2020-02-25 12:39:28 -03:00
parent ce7a985df6
commit 3f718e6efc

View file

@ -39,9 +39,10 @@ test:unit:
test:datanetwork-integration: test:datanetwork-integration:
stage: test stage: test
image: ubuntu:18.04
script: script:
- apt-get update - apt-get update
- apt-get install -y libboost1.65-all-dev - apt-get install -y libboost1.65-all-dev python3.7-dev
- pip install tox-travis - pip install tox-travis
- tox -e datanetwork - tox -e datanetwork