Reverse tests for debugging.

This commit is contained in:
Michael Teeuw 2020-01-01 21:01:17 +01:00
parent 3dba46b74f
commit 7d6b7b2691

View File

@ -11,9 +11,9 @@ before_script:
- "sh -e /etc/init.d/xvfb start"
- sleep 5
script:
- grunt
- npm run test:unit
- npm run test:e2e
- npm run test:unit
- grunt
after_script:
- npm list
cache: