stages: - build before_script: - "../gm_database_password.sh" - "dotnet restore" build: stage: build only: - develop script: - "dotnet build -c ServerBuild"