Install sqlite3 for gitlab ci

This commit is contained in:
Timothy Warren 2016-07-20 16:46:02 -04:00
parent 5576737caf
commit a8d7daf02a
1 changed files with 4 additions and 0 deletions

View File

@ -8,5 +8,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -xe
# Install sqlite3
apt-get update -yqq
apt-get install sqlite3 libsqlite3-dev -yqq
# Replace test config with docker config file
mv "$DIR/config-ci.json" "$DIR/config.json"