From d2dcd51e10d512008701938e4cdccc8e8322764c Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Mon, 9 Apr 2018 20:41:18 -0400 Subject: [PATCH] Fix yaml syntax for gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f76f09..0658408 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ before_script: - df -h - WGET_ARGS='' make install-templates -test:gut +test:gut: stage: test script: - GODOT=./bin/godot3-server make tests