Skip to content
Snippets Groups Projects

Fix: aws acceptance tests

Merged Timothy Lobl requested to merge lobtimo-fix-aws-acc into master
2 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 12
0
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}"
Loading