Yaml fixed
This commit is contained in:
parent
cad48f9548
commit
81a4bfbc0c
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue