diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a5375ef..25240c65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ generateJavaDoc: script: - echo "Generating Javadoc..." - gradle generateJavaDoc -PjavadocDestinationDir="/javadoc" - - ls -la /builds/redactmanager/redaction-service/redaction-service-v1 + - ls -la /builds/redactmanager/redaction-service/redaction-service-v1/redaction-service-server-v1 artifacts: paths: - /builds/redactmanager/redaction-service/redaction-service-v1/redaction-service-server-v1/javadoc