From f14d3e400cfcc8b2a25a8e608978508cfebce37e Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Fri, 4 May 2018 11:46:48 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c73980a..192d8763 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test_topfarm_windows: # name the job what we like stage: # build, test, deploy defined by default [2] test script: - - activate pyTopfarm + #- activate pyTopfarm - cd tests - py.test --cov-report term-missing:skip-covered --cov=topfarm tags: # select which runners can do this job [3] -- GitLab