nc-gpxedit/.gitlab-ci.yml

11 lines
215 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 /data/apps/gpxedit/phpunit.xml