Skip to content

Commit 5d48d8d

Browse files
committed
Update .gitlab-ci.yml
1 parent fc9c76e commit 5d48d8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ test:
2323
script:
2424
- coverage run --data-file=coverage_${NAME}_${PYTHON}.dat -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${NAME}
2525
- mv data data_${PYTHON}
26+
- cat coverage_${NAME}_${PYTHON}.dat
2627

2728
#test_kit:
2829
# image: rcaspart/micromamba-cuda
@@ -78,6 +79,7 @@ test_kit_bare:
7879
- srun -p dev_accelerated -t 00:20:00 -N1 --gres gpu:1 coverage run --data-file=coverage_cupy_${PYTHON}.dat -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m cupy
7980
- mv data data_${PYTHON}
8081
- chmod +rwx data_${PYTHON}
82+
- cat coverage_cupy_${PYTHON}.dat
8183

8284
#benchmark:
8385
# image: mambaorg/micromamba

0 commit comments

Comments
 (0)