Commit 24ac9640 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille Committed by Pierre Smeyers
Browse files

fix: support spaces in collection's filename

parent 1059c956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"