From d8fe8dd56aca4a24217f711cee56edfab726f8d4 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Mon, 12 Jul 2021 11:43:34 +0200 Subject: [PATCH] CI: also compile intergation tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8002b82..d85ab49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build: stage: Build script: - nix-shell --pure --run "file src/main/resources/language/translation_de.properties | rg UTF-8" - - nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp compile" + - nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp compile test-compile" test: stage: Test @@ -33,4 +33,4 @@ package: - nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp clean package -Pproduction" artifacts: paths: - - target/typicalc-1.0-SNAPSHOT.jar \ No newline at end of file + - target/typicalc-1.0-SNAPSHOT.jar