You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/.gitlab-ci.yml

10 lines
137 B
YAML

image: php:7.0
before_script:
- bash ci/docker_install.sh > /dev/null
test:app:
when: manual
script:
- cd api/Tests
- phpunit