Build fn before all tests

This commit is contained in:
James Jeffrey
2017-07-06 13:42:53 -07:00
parent 4fbb34655a
commit b3a4e96800

View File

@@ -46,6 +46,12 @@ build_job:
script:
- go build -o functions-alpine
build_job_fn:
stage: build
script:
- cd fn
- go build -o fn-alpine
test_job:
stage: test
script: