diff options
| author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-23 16:21:12 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-23 16:21:12 +0100 |
| commit | 3f386891ecf15ac4f0da34bdda59cf8e8d2f6ff0 (patch) | |
| tree | 531a5d486d93d3b7fa934c77fa37b392243d825e | |
| parent | 7e4e1a32ec2481453475a5da5186d187e704cf19 (diff) | |
| download | gitlab-3f386891ecf15ac4f0da34bdda59cf8e8d2f6ff0.tar.gz | |
use a custom docker image for tests
| -rwxr-xr-x | tools/build_test_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index bbea547..8f1d61e 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -33,7 +33,7 @@ case $PY_VER in exit 1;; esac -docker run --name gitlab-test --detach --publish 8080:80 --publish 2222:22 genezys/gitlab:latest >/dev/null 2>&1 +docker run --name gitlab-test --detach --publish 8080:80 --publish 2222:22 gpocentek/test-python-gitlab:latest >/dev/null 2>&1 LOGIN='root' PASSWORD='5iveL!fe' |
