CI: Replace mix test and mix coveralls with just mix coveralls
authorrinpatch <rinpatch@sdf.org>
Mon, 3 Jun 2019 08:24:03 +0000 (11:24 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 3 Jun 2019 08:24:03 +0000 (11:24 +0300)
commitc3bcc4f6a2d23574de2feafe8b649745a9b96179
tree80e3151ec03207f3f560b82ff086322d58a22c7d
parent1236c5dbf55d631b10ad0e73836a2a9cd43ddaa8
CI: Replace mix test and mix coveralls with just mix coveralls

`mix coveralls` runs the tests by itself, exits with failure if one of them
fails and accepts the same args, so there is no reason to run two of
them at the same time.
.gitlab-ci.yml