From d1c7ef882c9bba3ddda977e0a53e73615bfd8100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Wed, 17 Jul 2019 11:31:02 +0200 Subject: [PATCH] ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a917eff..919d7f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ deploy-to-swarm: - docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker stack deploy --with-registry-auth - --compose-file=.docker-stack-base.yml + --compose-file=.docker-compose-base.yml $SERVICE_NAME test: stage: test -- GitLab