Commit 7ad5e6a4 authored by Alexandros Valantasis's avatar Alexandros Valantasis
Browse files

fix: Edit .gitlab-ci.yml with karate workflows

parent e969f449
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -185,14 +185,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:
@@ -201,6 +200,7 @@ dev_workflows_job:




prod_extract_next_release_job:
  image: registry.ubitech.eu/nsit/maestro-apps/node:lts
  stage: prod_extract_next_release