Skip to content
Snippets Groups Projects
Commit d7d9215b authored by Rosen Georgiev's avatar Rosen Georgiev
Browse files

Update .gitlab-ci.yml file

parent 5269c72b
No related branches found
No related tags found
No related merge requests found
Pipeline #52071 failed with stage
in 1 minute and 13 seconds
stages:
- test
before_script:
# - echo `pwd` # debug
# - echo "$CI_BUILD_NAME, $CI_BUILD_REF_NAME $CI_BUILD_STAGE" # debug
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
test:
stage: test
image: gradle:7.4.1-jdk17
only:
- main
tags:
- amd64-docker
script:
- gradle regressionSuite -PbaseUrl=https://gaiax.vereign.com/ocm -Dcucumber.tags="@ocm, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1
artifacts:
when: always
reports:
junit: reports/cucumber-report/cucumber.xml
after_script:
- echo "End CI"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment