From c9faed34f4ac4b6edc275823373a27a576718529 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Wed, 21 Sep 2022 22:54:16 +0200 Subject: [PATCH] Added automatic testing of snip-tags --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5bf95e..4f7ef64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ubuntu:latest stages: - test -.test_snipper: +test_snipper: stage: test script: - echo "Testing student files" @@ -26,6 +26,3 @@ stages: - latexmk --version - ls tests_images/* -test_39: - extends: .test_students - image: ubuntu:latest -- GitLab