before_script: - echo "Before script section" after_script: - echo "After script section" build1: stage: build script: - echo "Do your build here" - ls - ~/pawncc $PWD/gamemodes/bare.pwn -i/include -D/. -;+ -v2 -d3 -Z+ deploy1: stage: deploy script: - echo "Do your deploy here"