#!/bin/bash set -e export DOCKER_UID=$(id -u) export DOCKER_GID=$(id -g) python integration_tests.py $@