Skip to content

CI: Fix Uploading of Test Results

Simon Spannagel requested to merge fix_testupload into master

Only test results from Docker were uploaded after parsing, and I didn't understand why. Now the reason became clear: As documented the after_script does not inherit any environment variables from before_script or script (while script does from before_script - whatever).

So we need to load CVMFS separately in after_script.

Merge request reports