before_script: - echo "Before script section" after_script: - echo "After script section" build1: stage: build script: - echo "Do your build here" - ls - ~/pawncc gamemode/bare.pwn -iinclude -;+ -v2 -d3 -Z+ deploy1: stage: deploy script: - echo "Do your deploy here"