Loading .gitlab-ci.yml +1 −5 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.gitlab-ci.yml +1 −5 Original line number Diff line number Diff line Loading @@ -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: Loading