Skip to content
Snippets Groups Projects
Forked from Info 111 Programmation Impérative / 2023-2024 / Semaine1
Up to date with the upstream repository.
.gitlab-ci.yml 401 B
image: gitlab.dsi.universite-paris-saclay.fr:5005/info111/computerlab/image:latest

variables:
  ASSIGNMENT: Semaine1
  STUDENT: $CI_PROJECT_ROOT_NAMESPACE

autograde:
  script:
    - STUDENT=`echo $STUDENT | sed -e 's/_travo//;s/_/./'`
    - info-111 student_autograde $ASSIGNMENT $STUDENT
  artifacts:
    paths:
      - autograded
      - feedback
    # reports:
    #   junit: feedback/scores.xml