diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e91b46d206530b214792672875cc5dffcd3fc5c7..56647490093c63f5c7cfb5ea5a5ef06181f1abf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ test: - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' - apt-get update - apt-get install -y google-chrome-stable - - which google-chrome + - export CHROME_BIN=/usr/bin/google-chrome - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y nodejs - npm install