mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
13 lines
261 B
YAML
13 lines
261 B
YAML
version: "2"
|
|
|
|
services:
|
|
test_unit:
|
|
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
|
user: root
|
|
volumes: []
|
|
|
|
test_acceptance:
|
|
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
|
user: root
|
|
volumes: []
|