image: registry.gitlab.com/reidrac/ubox-msx-lib-ci:latest stages: - build build-job: stage: build script: - echo "Compiling the code..." - make game - echo "Compile complete."