Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 16, 2017
1 parent 520f317 commit 967ab10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test:db:cubrid:
stage: test
script:
- export COMPOSE_PROJECT_NAME=buildpipeline${CI_PIPELINE_ID}cubrid
- docker-compose -f docker-compose.cubrid.yml run --rm php vendor/bin/phpunit -v --group cubrid
- docker-compose -f docker-compose.cubrid.yml run --rm php /app/vendor/bin/phpunit -v --group cubrid

cleanup:
stage: cleanup
Expand Down

0 comments on commit 967ab10

Please sign in to comment.