before_script: - apt-get update -qq && apt-get install -y -qq build-essential dpkg-dev stages: - build build_project: stage: build script: - dpkg-buildpackage only: - master artifacts: paths: - ../cronos*.deb tags: - debian