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 ...@@ -3,8 +3,7 @@ image: microsoft/dotnet:latest
stages: stages:
- build - build
- test - test
tags:
git
build: build:
stage: build stage: build
script: script:
...@@ -12,6 +11,8 @@ build: ...@@ -12,6 +11,8 @@ build:
artifacts: artifacts:
paths: paths:
- bin/ - bin/
tags:
- git
test: test:
stage: 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