stages: - build build-job: stage: build script: - echo "Compiling the code..." - podman build -t test-runner-config:latest . - echo "Compilation complete."