1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
src: script: - python3 /compArch/check.py - python3 /compArch/test_A1_src.py report: script: - python3 /compArch/check.py - python3 /compArch/test_A1_report.py artifacts: name: "report-$CI_COMMIT_REF_NAME" paths: - report.pdf - report/report.pdf