nc-gpxedit/.gitlab-ci.yml

11 lines
230 B
YAML

# Select image from https://hub.docker.com/
image: nextcloud:latest
before_script:
# Install dependencies
- bash ci/docker_install.sh
test:app:
script:
- phpunit --configuration /var/www/html/custom_apps/gpxedit/phpunit.xml