From a2630ae8303b73c272395087bf27c6dcb3a233f8 Mon Sep 17 00:00:00 2001 From: "Lange, Dr. Herbert" <herbert.lange@uni-hamburg.de> Date: Tue, 26 Jul 2022 14:46:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 754a522..e11ad7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ stages: # List of stages for jobs, and their order of execution - deploy build-job: # This job runs in the build stage, which runs first. - stage: check + stage: deploy script: - apk add openjdk11-jre-headless - mvn compile assembly:single artifacts: name: "release" - path: + paths: - target/corpus-web-service-1.0-SNAPSHOT.jar -- GitLab