install net-tools in gitlab-ci

This commit is contained in:
James F. Carter
2016-10-05 11:29:42 +01:00
parent 8de0780125
commit e4d398a078

View File

@@ -1,7 +1,7 @@
image: "ruby:2.1" image: "ruby:2.1"
before_script: before_script:
- apt-get update; apt-get install -y check libev-dev - apt-get update; apt-get install -y check libev-dev net-tools
unit_test: unit_test:
script: script: