nc-gpxedit/.gitlab-ci.yml

11 lines
230 B
YAML
Raw Normal View History

2018-01-14 18:25:28 +00:00
# Select image from https://hub.docker.com/
image: nextcloud:latest
before_script:
# Install dependencies
- bash ci/docker_install.sh
test:app:
script:
2018-01-15 12:55:18 +00:00
- phpunit --configuration /var/www/html/custom_apps/gpxedit/phpunit.xml