Skip to content

Commit

Permalink
full tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wyli committed Aug 6, 2018
1 parent 2d22ead commit 7570ecf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ testjob:
- master
- dev
- tags
- refactoring-data-app
script:
# !!kill coverage in case of hanging processes
- if pgrep coverage; then pkill -f coverage; fi
Expand Down Expand Up @@ -208,6 +209,7 @@ quicktest:
- master
- dev
- tags
- refactoring-data-app
- 147-revise-contribution-guidelines-to-include-github
- 150-properly-format-the-bibtex-entry-to-the-ipmi-2017-paper-on-the-main-readme
- 148-publish-niftynet-v0-2-0-on-python-package-index-pypi
Expand Down Expand Up @@ -260,7 +262,7 @@ pip-installer:
- master
- dev
- tags
- 117-support-for-user-defined-networks-using-pip-installed-niftynet
- refactoring-data-app
script:
# get the shortened version of last commit's hash
- LAST_COMMIT=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 7570ecf

Please sign in to comment.