build: stage: build only: # - tags - gitlab-ci image: nixpkgs/nix before_script: - export NIX_PATH=nixpkgs=channel:nixos-unstable script: - nix-shell --command "make build" artifacts: paths: - "bazel-bin/app/java/dnsproxy.apk"