Commit 11c9f1a6 authored by Alexandros Valantasis's avatar Alexandros Valantasis
Browse files

Merge branch 'test-ci' into 'main'

fix: Edit .gitlab-ci.yml with karate

See merge request maestro-v2/mdg-hypo/org.etsi.osl.hypo.clients/org.etsi.osl.hypo.clients.telemetry!2
parents b5446b15 53b57693
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -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: