From 356355cef3105842a3d4d9bc70eb9621687e5171 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 15 Oct 2022 17:06:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51110bc..26cd1b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ test: except: variables: - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + interruptible: true pages: script: - hugo --gc --minify --cleanDestinationDir @@ -15,4 +16,5 @@ pages: - public only: variables: - - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH \ No newline at end of file + - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + interruptible: true \ No newline at end of file