diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a26ed9..ae0b5ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: make-site: stage: build script: - - apk add --no-cache make + - apk add --no-cache bash make - make site artifacts: paths: |
