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