From 1ceba78059152ab223e1db67a8d2b9536ad93ffc Mon Sep 17 00:00:00 2001 From: Marvin Kaiser Date: Tue, 14 Jan 2020 11:50:56 +0100 Subject: [PATCH] Updated cicd yaml to work with latest test suite --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f92c0f3..711714d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,4 @@ test: - apt update - apt install -y build-essential openjdk-13-jre-headless script: - - make runTest + - make test