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