From 802372a504d4c7d832fa273f0590fd7c3d64bbb0 Mon Sep 17 00:00:00 2001 From: Isaac Riley Date: Tue, 7 May 2024 12:41:46 +0200 Subject: [PATCH] Update .gitlab-ci.yml file to build docs in build job rather than unit-tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e9e580..fe4898d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: IMAGENAME: $CI_PROJECT_NAME # if the project URL is gitlab.example.com/group-name/project-1, CI_PROJECT_NAME is project-1 pages: - stage: unit-tests + stage: build before_script: - !reference [.activate-venv, script] script: