From 81a4bfbc0c78ba49da28a7141e3a32925e68cfc6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 17:50:10 +0200 Subject: [PATCH] Yaml fixed --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e0ff5a..f969884 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,12 @@ stages: - build - test -tags: - - stretch - build: stage: build + tags: + - stretch + cache: key: build-cache paths: @@ -27,6 +27,9 @@ build: test: stage: test + tags: + - stretch + variables: POSTGRES_DB: debshots_test POSTGRES_USER: debshots