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:
|
only:
|
||||||
- main
|
- main
|
||||||
- Testing
|
- Testing
|
||||||
|
|
||||||
build-backend:
|
build-backend:
|
||||||
stage: build
|
stage: build
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
@@ -45,7 +45,9 @@ build-backend:
|
|||||||
- name: docker:dind
|
- name: docker:dind
|
||||||
alias: docker
|
alias: docker
|
||||||
command: ["--tls=false"]
|
command: ["--tls=false"]
|
||||||
|
# privileged: true # Если runner поддерживает privileged для сервисов, можно разкомментировать
|
||||||
before_script:
|
before_script:
|
||||||
|
- sleep 5
|
||||||
- docker info
|
- docker info
|
||||||
script:
|
script:
|
||||||
- cd backend
|
- cd backend
|
||||||
|
|||||||
Reference in New Issue
Block a user