diff --git a/Rakefile b/Rakefile index 2b0e14d..21bdc2a 100644 --- a/Rakefile +++ b/Rakefile @@ -14,6 +14,7 @@ task :init => [:up] do pecker.dig('pipeline', 'tests', 'commands').grep(/install/).each do |cmd| compose('exec', 'app.dev', cmd) end + compose('exec', 'app.dev', 'bash .dev/install_module.sh') end desc 'terminal' diff --git a/compose.test.yml b/compose.test.yml index f5cbecb..115b1bf 100644 --- a/compose.test.yml +++ b/compose.test.yml @@ -6,6 +6,7 @@ services: build: context: . environment: + - SRC=/app - DB_CACHE=/tmp - DB_NAME=trytontest - TRYTOND_DATABASE_URI=postgresql://tryton:tryton@db.dev:5432/