diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bc7abfa08ac08e83508c82f2406fb9db53dab56..da6a7f531589aa4fc5eadfc38f8fbe9f717a0331 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: