Install sqlite3 for gitlab ci
This commit is contained in:
parent
5576737caf
commit
a8d7daf02a
@ -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"
|
Loading…
Reference in New Issue
Block a user