Skip to content
Snippets Groups Projects
Commit af8e2487 authored by Timothy Lobl's avatar Timothy Lobl
Browse files

Fix: aws acceptance tests

parent 1bd1481f
No related branches found
No related tags found
1 merge request!747Fix: aws acceptance tests
Pipeline #309953 failed
......@@ -75,6 +75,7 @@ include:
file: "cloud-providers/ibm-one-pipeline.yml"
- local: "devops/gc/pipeline/override-stages.yml"
- local: "devops/aws/pipeline/override-stages.yml"
- local: "/publish.yml"
download_plugins:
......
aws-acceptance-test:
variables:
CUCUMBER_OPTIONS: "--tags @default,@health,@SpatialLongitudeExtendedRange"
GROUP_ID: $DOMAIN
script:
- >
$MAVEN_BUILD . test-results.log
verify -DdisableXmlReport=true
--quiet
--file $ACCEPTANCE_TEST_DIR/pom.xml
--update-snapshots
-Dcucumber.filter.tags="${CUCUMBER_OPTIONS}"
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