From 42c0546bdee78b04cb3947e82b235176d80efbe0 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Mon, 9 Apr 2018 20:40:09 -0400 Subject: [PATCH] Add gut tests to gitlab ci --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf3e599..7f76f09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,11 @@ before_script: - df -h - WGET_ARGS='' make install-templates +test:gut + stage: test + script: + - GODOT=./bin/godot3-server make tests + export:html5: stage: deploy script: