🚧 💚 Fixing tests

This commit is contained in:
mathieu.brunot
2019-02-15 20:46:51 +01:00
parent d8f5c256b7
commit 530185782d
2 changed files with 3 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ branches:
install:
- ./manage.sh help
- nvm install $NODE_VERSION
- node --version
before_script:
- env | sort

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -ex
set -e
REV=`git rev-parse --short HEAD`
IMGNAME="uxbox"
@@ -41,8 +41,6 @@ function test {
echo "Testing frontend..."
cd ./frontend
./scripts/build-tests
nvm install $NODE_VERSION
node --version
node ./out/tests.js
cd ..
}