Skip to content

Commit

Permalink
.gitlab-ci-yml: switch to single-threaded Perl
Browse files Browse the repository at this point in the history
For consistency with ensembl.
  • Loading branch information
Marek Szuba committed Nov 8, 2019
1 parent 8f05ae1 commit ccc901a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ before_script:

test:perl5.14-sqlite:
stage: test
image: perl:5.14-threaded
image: perl:5.14
variables:
COVERALLS: "false"
DB: "sqlite"
Expand All @@ -51,7 +51,7 @@ test:perl5.14-sqlite:

test:perl5.30-mysql:
stage: test
image: perl:5.30-threaded
image: perl:5.30
variables:
# Note: relies on the secret variable COVERALLS_REPO_TOKEN for report uploads to work
COVERALLS: "true"
Expand Down

0 comments on commit ccc901a

Please sign in to comment.