check-syntax: stage: build before_script: - apt-get update && apt-get -y install git make python python-apt script: - git checkout master - git pull - make check-syntax