aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: bf0e74501902874ca905f6bd50ee916de877f8a5 (plain)
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