mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Update .gitlab-ci.yml file
This commit is contained in:
@@ -34,7 +34,7 @@ test-frontend:
|
||||
only:
|
||||
- main
|
||||
- Testing
|
||||
|
||||
|
||||
build-backend:
|
||||
stage: build
|
||||
image: docker:latest
|
||||
@@ -45,7 +45,9 @@ build-backend:
|
||||
- name: docker:dind
|
||||
alias: docker
|
||||
command: ["--tls=false"]
|
||||
# privileged: true # Если runner поддерживает privileged для сервисов, можно разкомментировать
|
||||
before_script:
|
||||
- sleep 5
|
||||
- docker info
|
||||
script:
|
||||
- cd backend
|
||||
|
Reference in New Issue
Block a user