Commit ae332945 authored by Emeric Verschuur's avatar Emeric Verschuur
Browse files

[testsuite] Remove docker run command

parent 9cd86e1e
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -18,10 +18,6 @@
# specific language governing permissions and limitations
# under the License.

if [ "$GITLAB_CI" != "true" ]; then
    exec docker run --rm -i -e GITLAB_CI=true -v $PWD:$PWD -w $PWD ubuntu:16.04 ./test.sh "$@"
fi

. bashopts.sh
trap 'bashopts_exit_handle' ERR