Skip to content
Snippets Groups Projects
Commit 73b387cf authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent f66d7010
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment