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

Update .gitlab-ci.yml

parent f14d3e40
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
...@@ -20,9 +20,8 @@ test_topfarm_windows: # name the job what we like ...@@ -20,9 +20,8 @@ test_topfarm_windows: # name the job what we like
stage: # build, test, deploy defined by default [2] stage: # build, test, deploy defined by default [2]
test test
script: script:
#- activate pyTopfarm
- cd tests - cd tests
- py.test --cov-report term-missing:skip-covered --cov=topfarm - c:/Anaconda3/envs/pyTopfarm/python.exe -m pytest --cov-report term-missing:skip-covered --cov=topfarm
tags: # select which runners can do this job [3] tags: # select which runners can do this job [3]
- CPAV_old_PC - CPAV_old_PC
......
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