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 @@
- cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n DBD::SQLite
- cpanm JSON URI::Escape
- cp travisci/MultiTestDB.conf.gitlabci.mysql modules/t/MultiTestDB.conf.mysql
# - cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
- cp travisci/MultiTestDB.conf.gitlabci.mysql modules/t/MultiTestDB.conf
- mysql -u root -h mysql -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
#
# Test jobs
#
test:perl5.14-sqlite:
test:perl5.14:
stage: test
extends: .ensembl_test_template
variables:
......@@ -59,7 +58,7 @@ test:perl5.14-sqlite:
script:
- ./travisci/harness.sh
test:perl5.30-mysql:
test:perl5.30:
stage: test
extends: .ensembl_test_template
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