From 041c4644a7b14969ad592c096e1a68fd8bc01508 Mon Sep 17 00:00:00 2001
From: Yann D'Isanto <ydisanto@gmail.com>
Date: Fri, 26 Nov 2021 11:51:33 +0100
Subject: [PATCH] fix: go test packages var typo

---
 templates/gitlab-ci-golang.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index a5f15c7..b24c947 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -107,7 +107,7 @@ stages:
     local coverage_report_opts=-coverprofile=reports/coverage.out
 
     # shellcheck disable=SC2086
-    go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_PACKAGES | tee "$go_tests_report"
+    go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_TEST_PACKAGES | tee "$go_tests_report"
 
     output_coverage
     install_go_junit_report
-- 
GitLab