pipeline: test: image: ubuntu commands: - echo "Running tests" - uname -a - echo "Test complete"