From 73b387cf7a2ec00233495cdda1cb587cc8d41528 Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Fri, 4 May 2018 08:49:04 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c33d5bde..a04f6c5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,15 @@ test_topfarm: # name the job what we like - python +# ===== TEST TOPFARM on Windows ===== +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 + tags: # select which runners can do this job [3] + - CPAV_old_PC + # ===== BUILD DOCS AND PUSH TO PUBLIC WEBSITE ===== pages: # "pages" is a job specifically for GitLab pages [1] stage: # build, test, deploy defined by default [2] -- GitLab