Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 18, 2017
1 parent 2d315b5 commit 091d4b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ test:travis:
test:db:mssql:
stage: test
script:
- cd mssql
- export COMPOSE_PROJECT_NAME=buildpipeline${CI_PIPELINE_ID}mssql
- docker-compose up --build -d
# TODO: retry/wait for db
Expand All @@ -39,6 +40,7 @@ test:db:mssql:
test:db:cubrid:
stage: test
script:
- cd cubrid
- export COMPOSE_PROJECT_NAME=buildpipeline${CI_PIPELINE_ID}cubrid
- docker-compose up --build -d
# TODO: retry/wait for db
Expand Down

0 comments on commit 091d4b8

Please sign in to comment.