Commit 53b57693 authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Edit .gitlab-ci.yml (update dev_workflows_job)

parent 7b9d9061
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -191,12 +191,8 @@ dev_workflows_job:
    # clone the integration tests repo
    - git clone --depth 1 "https://oauth2:$INTEGRATION_TOKEN@$INTEGRATION_REPO"
    - cd org.etsi.osl.hypo.ops.cicd.integration.tests
    - mvn -version
    - mvn -q validate
    - mvn -q test-compile
    - mvn -q test "-Dkarate.options=--dryrun"
  script:
    - mvn test "-Dkarate.env=staging" "-Dkarate.options=--tags @smoke-e2e-workflow"
    - mvn -B -q test "-Dkarate.env=staging" "-Dkarate.options=--tags @smoke-e2e-workflow"
  dependencies:
    - dev_deploy_job
  rules: