From 0b8bb895164df877c993a3380093ac8c988e3d6c Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nwpope@utu.fi>
Date: Fri, 14 Aug 2020 21:32:25 +0300
Subject: [PATCH] Re-enable windows tests

---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f0a2891a..467ed6c40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,12 +81,11 @@ windows-master:
     - master
   stage: all
   variables:
-    CMAKE_ARGS: '-DWITH_OPTFLOW=TRUE -DBUILD_TESTS=FALSE'
+    CMAKE_ARGS: '-DWITH_OPTFLOW=TRUE'
     DEPLOY_DIR: 'C:/Shared/AutoDeploy'
   tags:
     - win
   script:
     - *build-windows
-
-#    - set PATH=%PATH%;C:/Shared/Deploy
-#    - ctest --output-on-failure --timeout 30
+    - set PATH=%PATH%;C:/Shared/Deploy
+    - ctest --output-on-failure --timeout 60
-- 
GitLab