From aa59725737de756787f74564c6fe6dcfd7924e99 Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Fri, 4 May 2018 08:56:08 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a04f6c5c..4d4f00f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,8 @@ test_topfarm: # name the job what we like stage: # build, test, deploy defined by default [2] test script: - - cd tests; py.test --cov-report term-missing:skip-covered --cov=topfarm + - cd tests; + - py.test --cov-report term-missing:skip-covered --cov=topfarm tags: # select which runners can do this job [3] - CPAV_old_PC -- GitLab