Benjamin Schubert pushed to branch bschubert/tests-no-chroot-linux at BuildStream / buildstream
Commits:
-
b6aaaa65
by Benjamin Schubert at 2018-10-26T08:59:11Z
1 changed file:
Changes:
... | ... | @@ -78,10 +78,8 @@ source_dist: |
78 | 78 |
- su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
|
79 | 79 |
|
80 | 80 |
after_script:
|
81 |
- # Go back to the toplevel and collect our reports
|
|
82 |
- - cd ../..
|
|
81 |
+ # Collect our reports
|
|
83 | 82 |
- mkdir -p ${COVERAGE_ARTIFACT_PATH}
|
84 |
- - find .
|
|
85 | 83 |
- cp dist/buildstream/.coverage ${COVERAGE_ARTIFACT_PATH}/coverage."${CI_JOB_NAME}"
|
86 | 84 |
except:
|
87 | 85 |
- schedules
|