diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6287fe9..d8ae244 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build: test: stage: test script: - - dotnet test --no-restore --verbosity normal + - dotnet test --verbosity normal publish: stage: publish