diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51110bc9..26cd1b92 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