Changed directory in ci/cd pipeline

This commit is contained in:
2024-01-15 18:23:39 +00:00
parent 7b12c29319
commit bf368e6f27
3 changed files with 12 additions and 0 deletions

8
cicd/docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: '3.8'
services:
gitlab-runner:
image: gitlab/gitlab-runner:latest
volumes:
- ./runner-data:/etc/gitlab-runner
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped