equal
deleted
inserted
replaced
17 |
17 |
18 build: |
18 build: |
19 stage: build |
19 stage: build |
20 script: |
20 script: |
21 - ./bin/buildout |
21 - ./bin/buildout |
|
22 artifacts: |
|
23 paths: |
|
24 - ./bin/ |
22 |
25 |
23 test: |
26 test: |
24 stage: test |
27 stage: test |
25 script: |
28 script: |
26 - ./bin/test |
29 - ./bin/test |