Update .gitlab-ci.yml

This commit is contained in:
Sebastian Frank 2017-09-07 23:45:41 +02:00
parent 1749d563b2
commit e02cd465a1

View File

@ -81,4 +81,4 @@ docker_test:
script:
- mkdir _for_docker
- mv assets build conf index.html _for_docker
- docker-compose up -d --build
- docker-compose -p ${CI_PROJECT_NAME}_${CI_COMMIT_REF_NAME} up -d --build