#!/bin/sh

set -e
echo "Start unit test on gitsome"
python tests/run_tests.py
echo "run: OK"
