11 lines
121 B
YAML
11 lines
121 B
YAML
stages:
|
|
- test
|
|
|
|
test:
|
|
stage: test
|
|
image: golang:1.16.3
|
|
script:
|
|
- go test
|
|
except:
|
|
- portalbanner-resize
|