From de7c45599f4b2dd69c8a54c90f2c03223c7a8cb8 Mon Sep 17 00:00:00 2001 From: Jan Maximilian Michal <j.michal@stud.uni-goettingen.de> Date: Thu, 21 Dec 2017 15:13:36 +0100 Subject: [PATCH] Update .gitlab-ci.yml to use gitlab pages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 013103f1..79e0ef5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ test_frontend: - frontend/node_modules/ # =========================== Gitlab pages section =========================== # -test_coverage: +pages: <<: *test_definition_virtualenv stage: pages -- GitLab