Skip to content
Snippets Groups Projects

Resolve "Improve pipeline speed"

Merged Ghost User requested to merge 126-improve-pipeline-speed into develop
Compare and Show latest version
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
.integration-test: &integration-test
image: golang:1.16
image: registry.code.fbi.h-da.de/cocsn/gosdn:testing_${CI_PIPELINE_ID}
stage: integration-test
needs:
- job: "containerlab:deploy"
@@ -36,8 +36,6 @@ integration-test:api:
.test: &test
image: registry.code.fbi.h-da.de/cocsn/gosdn:testing_${CI_PIPELINE_ID}
stage: test
tags:
- docker-builder
allow_failure: true
variables:
GOSDN_LOG: "nolog"
Loading