diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 9bad980..d12a2e4 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -217,7 +217,7 @@ services: - ${POSTMAN_COLLECTION_FILE}:/postman/postman-collection.json networks: - pds - command: "run /postman/postman-collection.json --env-var baseUrl=${REG_API_URL}" + command: "run /postman/postman-collection.json --insecure --env-var baseUrl=${REG_API_URL} --env-var opensearchUrl=${ES_URL}" # Executes Registry API integration tests as a Postman collection and reports the results into JPL TestRail testrail-reporting-test: