From 47cc8413c7f044826b7bbfa5b6762d26f4109a34 Mon Sep 17 00:00:00 2001 From: "lennart.kramer" <lennart.kramer@stud.uni-goettingen.de> Date: Wed, 10 Jun 2020 17:28:21 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeb94e3..a2f9f4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,8 @@ test_maxima: variables: MOODLE_BRANCH: "MOODLE_37_STABLE" QSTACK_VERSION: "v4.3.2" + tags: + - docker script: - apt update && apt install git-core postgresql-client texinfo - cd $CI_PROJECT_DIR/.. -- GitLab