stages:
  - build

PythonBuild:
  stage: build
  artifacts:
    untracked: true
  script:
    - apt-get update && apt-get install python3 -y
    - bash build.sh