Skip to content
Snippets Groups Projects
Commit 9c277828 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: go-build rule when build & test are run separately

parent ef4a6a24
Branches
Tags
No related merge requests found
......@@ -514,7 +514,7 @@ go-build:
- $GO_PROJECT_DIR/bin/
rules:
# if $GO_TEST_IMAGE set
- if: '$GO_TEST_IMAGE'
- if: '$GO_TEST_IMAGE != ""'
go-test:
extends: .go-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment