Update .gitlab-ci.yml

This commit is contained in:
hydrant
2018-12-09 14:13:52 +01:00
parent a8eb6485cd
commit c673497e6f

View File

@@ -10,4 +10,5 @@ build:
only: only:
- develop - develop
script: script:
- "git lfs pull"
- "dotnet build -c ServerBuild" - "dotnet build -c ServerBuild"