Skip to content

Commit

Permalink
fixed cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 18, 2017
1 parent 86ab2e8 commit 86bd71b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ before_script:
# run docker commands from tests environment
- cd tests

after_script:
- docker-compose down -v

stages:
- build
- test
Expand Down Expand Up @@ -48,6 +45,7 @@ test:db:cubrid:
- docker-compose run --rm php /project/vendor/bin/phpunit -v --group cubrid

cleanup:
stage: cleanup
when: always
script:
- docker-compose down -v
Expand Down

0 comments on commit 86bd71b

Please sign in to comment.