Skip to content
Snippets Groups Projects
Commit 6d78b6c6 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

Update .gitlab-ci.yml file

parent ec2cab72
No related branches found
No related tags found
1 merge request!12Feature/439 mvp part 2
......@@ -5,6 +5,7 @@ include:
stages:
- lint
- test
- build
build:
......@@ -17,4 +18,6 @@ test:
ENVIRONMENT_DRIVEN_TEST: 'YES'
stage: test
image: mcr.microsoft.com/dotnet/sdk:6.0
script:
- dotnet test E2ETest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment