From d5a3daf2185c8ed3599211b03c6af6c94e911b01 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sat, 5 Nov 2016 18:03:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B1=D0=B8=D0=BB=D0=B4=D0=B8?= =?UTF-8?q?=D0=BC=20testphp=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD?= =?UTF-8?q?=D0=B5=D1=80=20=D0=BF=D1=80=D0=B8=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b71df6c..9bd86b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,12 +14,11 @@ test:backend: before_script: - docker login -u gitlab-ci -p $CI_BUILD_TOKEN registry.ely.by - echo "$SSH_PRIVATE_KEY" > id_rsa + - docker-compose -f tests/docker-compose.yml build --pull testphp after_script: - docker-compose -f tests/docker-compose.yml down -v script: - docker-compose -f tests/docker-compose.yml run --rm testphp ./vendor/bin/codecept run -c tests - tags: - - docker test:frontend: image: node:5.12