diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fb543ed78575932874e11163c155442ba64077b..07bb436df125189d1defe211aa035f7ebab672f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: privacybydesign/golang:latest cache: key: $CI_COMMIT_REF_SLUG paths: - - $GOPATH/pkg/mod + - $GOPATH/pkg/mod stages: - test @@ -30,4 +30,5 @@ binaries: paths: - artifacts/* script: - - go build -a -ldflags '-extldflags "-static"' -o "$OUTPUT_NAME" ./irma + - mkdir -p artifacts + - go build -a -ldflags '-extldflags "-static"' -o "artifacts/$OUTPUT_NAME" .