Update .gitlab-ci.yml file: ffs

This commit is contained in:
Fifo F. 2024-06-08 13:56:47 +00:00
parent b2188fef4d
commit fd2d283dc3

View file

@ -8,9 +8,7 @@ variables:
build:
stage: build
image: docker:latest
services:
- docker:dind
image: docker:dind
script:
# Pull the existing ShareLaTeX/Overleaf Docker image
- docker pull sharelatex/sharelatex:latest
@ -26,9 +24,7 @@ build:
push:
stage: push
image: docker:latest
services:
- docker:dind
image: docker:dind
dependencies:
- build
script: