From 3f718e6efcc9b77be80adcdcd05a6fdf35a14bd0 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 25 Feb 2020 12:39:28 -0300 Subject: [PATCH] gitlab: use ubuntu on datanetwork tests --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 822301f64..9b6e28d56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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