Loading templates/gitlab-ci-postman.yml +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ postman: do log_info "Running collection \\e[33;1m$collection\\e[0m..." namenoext=$(basename $collection | sed 's/\..*//') newman run $base_url_opt $ca_certs_opt ${TRACE+--verbose} --reporters cli,junit --reporter-junit-export reports/postman/$namenoext.xml $POSTMAN_EXTRA_ARGS $collection newman run $base_url_opt $ca_certs_opt ${TRACE+--verbose} --reporters cli,junit --reporter-junit-export reports/postman/$namenoext.xml $POSTMAN_EXTRA_ARGS "$collection" done artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading Loading
templates/gitlab-ci-postman.yml +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ postman: do log_info "Running collection \\e[33;1m$collection\\e[0m..." namenoext=$(basename $collection | sed 's/\..*//') newman run $base_url_opt $ca_certs_opt ${TRACE+--verbose} --reporters cli,junit --reporter-junit-export reports/postman/$namenoext.xml $POSTMAN_EXTRA_ARGS $collection newman run $base_url_opt $ca_certs_opt ${TRACE+--verbose} --reporters cli,junit --reporter-junit-export reports/postman/$namenoext.xml $POSTMAN_EXTRA_ARGS "$collection" done artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading