Skip to content

Commit

Permalink
fix skip parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel committed Feb 23, 2024
1 parent 2d1a73b commit b438af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ onboarding_tests:
- ls system-tests/binaries
- cd system-tests
- ./build.sh -i runner
- timeout 2700s ./run.sh $SCENARIO --vm-weblog ${ONBOARDING_FILTER_WEBLOG} --vm-env prod --vm-library ${TEST_LIBRARY} --vm-provider aws --vm_skip_branches ubuntu18_amd64
- timeout 2700s ./run.sh $SCENARIO --vm-weblog ${ONBOARDING_FILTER_WEBLOG} --vm-env prod --vm-library ${TEST_LIBRARY} --vm-provider aws --vm-skip-branches ubuntu18_amd64

.release-package:
stage: deploy
Expand Down

0 comments on commit b438af3

Please sign in to comment.