From 2360839feb24607704fc1af95be91c61f5fe62ea Mon Sep 17 00:00:00 2001 From: Klaus Fischer <klaus.fischer@eloware.com> Date: Fri, 16 Sep 2022 08:41:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48b3e68c..7847b419 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,6 @@ build: script: dotnet build FitConnect test: - variables: - ENVIRONMENT_DRIVEN_TEST: 'YES' stage: test image: mcr.microsoft.com/dotnet/sdk:6.0 script: -- GitLab