diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 754a522ecc18b45e61a7fa4a7ba9b9956946d4c6..e11ad7be19ea467d2c2765d077e32bb1863ac470 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