Forked from
Info 111 Programmation Impérative / 2024-2025 / Semaine4
2 commits behind the upstream repository.
-
Nicolas M. Thiéry authoredNicolas M. Thiéry authored
.gitlab-ci.yml 401 B
image: gitlab.dsi.universite-paris-saclay.fr:5005/info111/computerlab/image:latest
variables:
ASSIGNMENT: Semaine4
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