Skip to content
Snippets Groups Projects
Commit d20477dd authored by Tom Käsler's avatar Tom Käsler
Browse files

add env var for chromium

parent e05b3b71
No related merge requests found
...@@ -35,6 +35,8 @@ unit_tests: ...@@ -35,6 +35,8 @@ unit_tests:
- nodejs - nodejs
allow_failure: false allow_failure: false
dependencies: [] dependencies: []
variables:
CHROME_BIN: /usr/bin/chromium-browser
script: script:
- npm install - npm install
- npm test - npm test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment