Update .gitlab-ci.yml file

This commit is contained in:
Fifo F. 2024-06-09 05:23:26 +00:00
parent 418818f89b
commit 0f54867e9a

View file

@ -10,10 +10,9 @@ build:
stage: build
tags:
- privileged
image: docker:latest
image: docker:24.0.5
services:
- name: docker:dind
alias: docker
script:
# Pull the existing ShareLaTeX/Overleaf Docker image
- docker pull sharelatex/sharelatex:latest
@ -32,7 +31,6 @@ push:
image: docker:latest
services:
- name: docker:dind
alias: docker
dependencies:
- build
script: