Commit a0e11b2d authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent efe44a19
Pipeline #3 passed with stages
in 7 minutes and 8 seconds
......@@ -3,8 +3,7 @@ image: microsoft/dotnet:latest
stages:
- build
- test
tags:
git
build:
stage: build
script:
......@@ -12,6 +11,8 @@ build:
artifacts:
paths:
- bin/
tags:
- git
test:
stage: test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment