* .gitlab-ci.yml: Add wgettestingserver to /etc/hosts

This commit is contained in:
Tim Rühsen 2017-05-08 12:14:14 +02:00
parent 5337b94ce5
commit 9aa894853f

View File

@ -14,6 +14,9 @@ variables:
Debian GNU/Linux build:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
script:
- apt-get -y install texlive
- echo "127.0.0.1 wgettestingserver" >>/etc/hosts
- cat /etc/hosts
- touch .manywarnings
- alias make="make -j$(nproc)"
- ./bootstrap