Update .gitlab-ci.yml file

This commit is contained in:
Alexandru 2024-08-15 09:51:57 +03:00
parent cf24a91e73
commit 4d20a352c7

View File

@ -1,4 +1,4 @@
image: registry.gitlab.com/pages/hugo:latest image: https://hub.docker.com/_/debian
stages: stages:
- build - build
@ -6,7 +6,7 @@ stages:
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y rsync openssh-client - apt-get install -y rsync openssh-client hugo
build: build:
stage: build stage: build