gitlab: use ubuntu on datanetwork tests

This commit is contained in:
Victor Shyba 2020-02-25 12:39:28 -03:00
parent 7f88fcd1b5
commit a5a4b224e9

View file

@ -39,9 +39,10 @@ test:unit:
test:datanetwork-integration:
stage: test
image: ubuntu:18.04
script:
- 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
- tox -e datanetwork