From 8e4dc8c932688b6701593f6b7e9b8996bf9b729a Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 7 Sep 2021 13:07:44 +0000 Subject: [PATCH] Disable CI until Runners are fixed --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcc110a..56cc7e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,9 +34,9 @@ variables: NUNIT_PATH: 'C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe' stages: - - build - - test - - deploy + #- build + #- test + #- deploy build_base: stage: build