ghidra/.gitlab-ci.yml
2019-10-09 14:00:37 -04:00

16 lines
252 B
YAML

stages:
- test
test-parallel:
stage: test
script:
- echo $REPO_TOKEN
- "curl -X POST -F token=$REPO_TOKEN -F ref=$CI_COMMIT_REF_NAME $REPO_URL"
tags:
- docker
- ghidratest
image: ghidra/ubuntu
only:
- master
- web