Fix order-dependent specs

This commit is contained in:
Sebastian Serth
2021-11-04 18:34:44 +01:00
parent d033f71ae3
commit 7f47af99cb
6 changed files with 13 additions and 4 deletions

View File

@ -43,7 +43,7 @@ rspec:
- rake db:schema:load
- rake db:migrate
- docker login -u "${DOCKERHUB_USER}" -p "${DOCKERHUB_PASS}"
- docker pull openhpi/co_execenv_java:8
- docker pull openhpi/co_execenv_java:8-antlr
script:
- rspec --format progress
coverage: '/\(\d+.\d+\%\) covered/'