Skip to content
Snippets Groups Projects
Commit 6f8e0cda authored by Marek Szuba's avatar Marek Szuba
Browse files

.gitlab-ci.yml: fix MultiTestDB.conf deployment

parent adc61bca
No related branches found
No related tags found
No related merge requests found
...@@ -43,15 +43,14 @@ ...@@ -43,15 +43,14 @@
- cpanm -n Devel::Cover::Report::Coveralls - cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n DBD::SQLite - cpanm -n DBD::SQLite
- cpanm JSON URI::Escape - cpanm JSON URI::Escape
- cp travisci/MultiTestDB.conf.gitlabci.mysql modules/t/MultiTestDB.conf.mysql - cp travisci/MultiTestDB.conf.gitlabci.mysql modules/t/MultiTestDB.conf
# - cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
- mysql -u root -h mysql -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"' - mysql -u root -h mysql -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
# #
# Test jobs # Test jobs
# #
test:perl5.14-sqlite: test:perl5.14:
stage: test stage: test
extends: .ensembl_test_template extends: .ensembl_test_template
variables: variables:
...@@ -59,7 +58,7 @@ test:perl5.14-sqlite: ...@@ -59,7 +58,7 @@ test:perl5.14-sqlite:
script: script:
- ./travisci/harness.sh - ./travisci/harness.sh
test:perl5.30-mysql: test:perl5.30:
stage: test stage: test
extends: .ensembl_test_template extends: .ensembl_test_template
variables: variables:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment