From 0ac91e6e7cdadc12e767415aff26b39c7e0ae533 Mon Sep 17 00:00:00 2001 From: Denis Makogon Date: Fri, 21 Jul 2017 22:36:54 +0300 Subject: [PATCH] Run tests against sqlite3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ce8396f8..ceec6005d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,9 +67,9 @@ integration_tests: script: - go build -o functions-alpine - docker build -t funcy/functions:latest . -# - DOCKER_LOCATION=container_ip make docker-test-run-with-sqlite3 + - DOCKER_LOCATION=container_ip make docker-test-run-with-sqlite3 # - DOCKER_LOCATION=container_ip make docker-test-run-with-postgres - - DOCKER_LOCATION=container_ip make docker-test-run-with-mysql +# - DOCKER_LOCATION=container_ip make docker-test-run-with-mysql deploy_job: only: