diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94780d6..7d19f2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ extract_client_definition: generateclient_dotnetcore: after_script: + - ls -l output/* - if [ -f output/src/$CLIENT_PACKAGE_PREFIX.$CI_PROJECT_NAME.$INSTANCE_SPECIFIER.v$API_MAJOR_VERSION/Model/ErrorResultObject.cs ]; then echo "ErrorResultObject.cs exists, start the postprocessing"; fi