Fix CI conf syntax

This commit is contained in:
Meutel 2017-04-02 20:16:27 +02:00
parent 3780c5c192
commit c14a2b0c53
1 changed files with 2 additions and 2 deletions

View File

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