Update .gitlab-ci.yml file (FML)

This commit is contained in:
Fifo F. 2024-06-09 05:27:30 +00:00
parent 0f54867e9a
commit 3294a101fb

View file

@ -12,7 +12,7 @@ build:
- privileged
image: docker:24.0.5
services:
- name: docker:dind
- name: docker:24.0.5-dind
script:
# Pull the existing ShareLaTeX/Overleaf Docker image
- docker pull sharelatex/sharelatex:latest
@ -28,9 +28,9 @@ build:
push:
stage: push
image: docker:latest
image: docker:24.0.5
services:
- name: docker:dind
- name: docker:24.0.5-dind
dependencies:
- build
script: