| ... | ... | @@ -10,12 +10,12 @@ workspace: |
| 10 | 10 | |
| 11 | 11 | steps: |
| 12 | 12 | - name: test_stage3_debug |
| 13 | | image: ci/debian-amd64:11.1-6 |
| 13 | image: ci/debian-amd64:11.1-7 |
| 14 | 14 | commands: |
| 15 | 15 | - ./ci/zinc/linux_test_stage3_debug.sh |
| 16 | 16 | |
| 17 | 17 | - name: test_stage3_release |
| 18 | | image: ci/debian-amd64:11.1-6 |
| 18 | image: ci/debian-amd64:11.1-7 |
| 19 | 19 | commands: |
| 20 | 20 | - ./ci/zinc/linux_test_stage3_release.sh |
| 21 | 21 | |
| ... | ... | @@ -28,7 +28,7 @@ steps: |
| 28 | 28 | - master |
| 29 | 29 | event: |
| 30 | 30 | - push |
| 31 | | image: ci/debian-amd64:11.1-6 |
| 31 | image: ci/debian-amd64:11.1-7 |
| 32 | 32 | environment: |
| 33 | 33 | AWS_ACCESS_KEY_ID: |
| 34 | 34 | from_secret: AWS_ACCESS_KEY_ID |