Try again for gitlab ci code coverage

This commit is contained in:
Timothy Warren 2017-02-28 09:28:21 -05:00
parent 0fe00056dd
commit 46c9569132
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# We need to install dependencies only for Docker
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0