From c3ae16cb5ec8020e345619cc0e7a2cdf7e14cdb1 Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Thu, 16 Jan 2020 14:58:00 +0100 Subject: [PATCH] Actually launch tests --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9501413..38b64f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ variables: MAVEN_CLI_OPTS: "--batch-mode" MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" MAVEN_BUILD_OPTS: "-Dbuild.tooling=true -Dbuild.af3=true -Dbuild.emf=true" + MAVEN_TEST_OPTS: "-Dbuild.tests=true" before_script: @@ -37,5 +38,6 @@ test: stage: test before_script: - git submodule update --remote --recursive --init releng/org.fortiss.af3.target + - git submodule update --remote --recursive --init tests/af3 script: - mvn $MAVEN_CLI_OPTS -Duser.dir=$CI_PROJECT_PATH test -- GitLab