Update .gitlab-ci.yml file

This commit is contained in:
Fifo F. 2024-06-09 04:48:32 +00:00
parent 7d3d3b4f69
commit 418818f89b

View file

@ -12,7 +12,7 @@ build:
- privileged
image: docker:latest
services:
- name: registry.hub.docker.com/library/docker:dind
- name: docker:dind
alias: docker
script:
# Pull the existing ShareLaTeX/Overleaf Docker image
@ -31,7 +31,7 @@ push:
stage: push
image: docker:latest
services:
- name: registry.hub.docker.com/library/docker:dind
- name: docker:dind
alias: docker
dependencies:
- build