# HG changeset patch # User Thierry Florac # Date 1560352957 -7200 # Node ID d33de925e83d69025626f0c2fb924583053e45e2 # Parent 8275b080c7ad23a0d70aead3d4e9537b82a62e30 Added artifacts diff -r 8275b080c7ad -r d33de925e83d .gitlab-ci.yml --- a/.gitlab-ci.yml Wed Jun 12 17:16:49 2019 +0200 +++ b/.gitlab-ci.yml Wed Jun 12 17:22:37 2019 +0200 @@ -19,6 +19,9 @@ stage: build script: - ./bin/buildout + artifacts: + paths: + - ./bin/ test: stage: test