import sys

sys.path.append("./senior-ci")

from docker import build_image

build_image()
