gitlab: use ubuntu on datanetwork tests
This commit is contained in:
parent
7f88fcd1b5
commit
a5a4b224e9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue