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