From fee4d5b4775d4d54e9495dd547f7662e2461e045 Mon Sep 17 00:00:00 2001 From: "Andy K. Massimino" Date: Tue, 8 Jan 2019 13:35:28 -0500 Subject: [PATCH] Attempt to fix failing tests 1 --- .gitlab-ci.yml | 1 + test/vader/minvimrc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53cd4ff..692c07a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,5 +29,6 @@ test-7.4.2273: test-neovim: stage: test + image: alpine:latest script: bash -c 'VIMCMD=nvim test/vader/run' diff --git a/test/vader/minvimrc b/test/vader/minvimrc index 96078a3..39b5fd8 100644 --- a/test/vader/minvimrc +++ b/test/vader/minvimrc @@ -20,5 +20,7 @@ endif filetype plugin indent on syntax enable +set notimeout + " match-up options go here