Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix(ci): add gcc to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln committed Jan 17, 2020
1 parent 4fdd899 commit 2a84e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ k8s controller sanity tests:
stage: test
image: golang:1.12-alpine3.9
before_script:
- apk add --update git musl-dev
- apk add --update git gcc musl-dev
script:
- go test ./cmd/controller
except:
Expand All @@ -17,7 +17,7 @@ k8s node sanity tests:
stage: test
image: golang:1.12-alpine3.9
before_script:
- apk add --update git musl-dev
- apk add --update git gcc musl-dev
script:
- go test ./cmd/node
except:
Expand Down

0 comments on commit 2a84e5f

Please sign in to comment.