Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line before_script: - apt-get -q update - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install jekyll make jekyll-redirect-from - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install jekyll make ruby-jekyll-redirect-from test: image: debian:stable Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line before_script: - apt-get -q update - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install jekyll make jekyll-redirect-from - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install jekyll make ruby-jekyll-redirect-from test: image: debian:stable Loading