diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e622a4ef9dd2d50d951788c28ea6df26c4dbd79b..fda98e9753eae3731f60f2e4744ef4b7c15fae4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,13 +22,13 @@ test:
     - gradle check
     - gradle jacocoTestReport
     - gradle jacocoTestCoverageVerification
-    artifacts:
-      paths:
-        - build/reports/jacoco/test/jacocoTestReport.xml
+  artifacts:
+    paths:
+      - build/reports/jacoco/test/jacocoTestReport.xml
 
 sonarCheck:
   stage: sonar
   needs:
-    - job: Test
+    - job: test
   script:
       - ./gradlew sonarqube -Dsonar.login=$SONAR_TOKEN