Fix CI conf syntax

This commit is contained in:
Meutel 2017-04-02 20:16:27 +02:00
parent 3780c5c192
commit c14a2b0c53

View File

@ -3,11 +3,11 @@ stages:
build: build:
stage: build stage: build
scripts: script:
- make - make
artifacts: artifacts:
paths: paths:
- *.o - '*.o'
expire_in: 1 hour expire_in: 1 hour
tags: tags:
- kcgi - kcgi