Skip to content
Snippets Groups Projects
Commit e055a30f authored by Christoph Heidecker's avatar Christoph Heidecker
Browse files

Maybe fixed .gitlab-ci.yml behavior

parent fc260ae6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -25,7 +25,8 @@ test_navix_slc6_python34:
- export XRD_INCDIR="/usr/include/xrootd"
- cd /opt/xrootd-python && python3.4 setup.py install
- cd /builds/ETP-HTC/NaviX
- coverage run test_it.py && kill $(ps aux | grep 'NaviX.py' | awk '{print $2}')
- coverage run test_it.py
- kill $(ps aux | grep 'NaviX.py' | awk '{print $2}')
- coverage report -m --omit=/usr/*,tests/*,test_it.py
# - source /opt/rh/rh-python34/enable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment