As suggested in https://github.com/ckeditor/ckeditor5/commit/23e5152252bbddb6c31b46bc7b20ad28fe2a4d6d#r38909145.
@@ -12,6 +12,7 @@ node_js:
cache:
- node_modules
before_install:
+- export START_TIME=$( date +%s )
- npm i -g yarn
install:
- yarn install