Skip to content
Snippets Groups Projects
Commit bb8b7f9f authored by Georgi Michev's avatar Georgi Michev
Browse files

Update .gitlab-ci.yml file

parent 1c0687fa
No related branches found
No related tags found
1 merge request!64Remove explicit key parameters
Pipeline #69789 passed with stage
in 7 minutes and 59 seconds
......@@ -3,7 +3,7 @@ variables:
value: "tsa"
description: "Enter which tests to be execute. Other valid options are - 'cache', 'infohub', 'policy', 'signer', 'task', 'negative'."
BASE_URL:
value: "https://tsa.xfsc.dev"
value: "https://vault.vereign.com/tsa"
description: "Enter the environment on which the services are deployed."
stages:
......@@ -22,6 +22,8 @@ cache:
test:
stage: test
image: gradle:7.4.1-jdk17
tags:
- amd64-docker
script:
- gradle regressionSuite -PbaseUrl=${BASE_URL} -Dcucumber.tags="@${CUCUMBER_TAG}, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1
artifacts:
......
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