Skip to content

Commit 25761f9

Browse files
committed
Order.
1 parent 74a8782 commit 25761f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test_e2e:
5858
DOCKER_HOST: tcp://docker:2375
5959

6060
before_script:
61-
- apk --update add docker-cli-buildx make gcc musl-dev bash
61+
- apk --update add docker-cli-buildx make bash gcc musl-dev
6262
- (cd /go; go install github.com/boumenot/[email protected])
6363
- docker info
6464
- echo "$CI_JOB_TOKEN" | docker login --username gitlab-ci-token --password-stdin "$CI_REGISTRY"

0 commit comments

Comments
 (0)