diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3174b4d3..c04bec27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,8 @@ build: test: stage: test + only: + - develop script: - dotnet test @@ -51,7 +53,7 @@ release: paths: - publish/ script: - - dotnet publish -c Release -o ../publish MP.Stats/MP.Stats.csproj + - dotnet publish -c Release -o ./publish MP.Stats/MP.Stats.csproj