Run the interface up script with 'bash' as it's not executable by itself directly

This commit is contained in:
Ondřej Surý
2017-10-13 20:50:55 +02:00
parent 618d1146f0
commit 00beaad868

View File

@@ -119,7 +119,7 @@ ubuntu-i386:latest:
.test: &test_job
stage: test
before_script:
- bin/tests/system/ifconfig.sh up
- bash bin/tests/system/ifconfig.sh up
script:
- make -k check V=1