Loading .gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -186,14 +186,13 @@ dev_deploy_job: dev_workflows_job: stage: dev_workflows image: name: registry.ubitech.eu/nsit/maestro-apps/newman-ci:latest image: registry.ubitech.eu/nsit/maestro-apps/maven:3.9-eclipse-temurin-17 before_script: - git clone --depth 1 https://oauth2:$COLLECTION_TOKEN@$COLLECTION_REPO - cp io.maestro.cd.collections/files/collection.json . - cp io.maestro.cd.collections/files/env.json . # clone the integration tests repo - git clone --depth 1 "https://oauth2:$INTEGRATION_TOKEN@$INTEGRATION_REPO" - cd org.etsi.osl.hypo.ops.cicd.integration.tests script: - newman run collection.json --environment env.json - mvn -B -q test "-Dkarate.env=staging" "-Dkarate.options=--tags @smoke-e2e-workflow" dependencies: - dev_deploy_job rules: Loading Loading
.gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -186,14 +186,13 @@ dev_deploy_job: dev_workflows_job: stage: dev_workflows image: name: registry.ubitech.eu/nsit/maestro-apps/newman-ci:latest image: registry.ubitech.eu/nsit/maestro-apps/maven:3.9-eclipse-temurin-17 before_script: - git clone --depth 1 https://oauth2:$COLLECTION_TOKEN@$COLLECTION_REPO - cp io.maestro.cd.collections/files/collection.json . - cp io.maestro.cd.collections/files/env.json . # clone the integration tests repo - git clone --depth 1 "https://oauth2:$INTEGRATION_TOKEN@$INTEGRATION_REPO" - cd org.etsi.osl.hypo.ops.cicd.integration.tests script: - newman run collection.json --environment env.json - mvn -B -q test "-Dkarate.env=staging" "-Dkarate.options=--tags @smoke-e2e-workflow" dependencies: - dev_deploy_job rules: Loading