Commit 72d7ba41 authored by Geoff Simmons's avatar Geoff Simmons

Bugfix build in the test stage of gitlab CI.

parent 4117718e
...@@ -20,7 +20,7 @@ push_to_docker: ...@@ -20,7 +20,7 @@ push_to_docker:
- docker push $HUB_CONTAINER_PATH:$CI_COMMIT_TAG - docker push $HUB_CONTAINER_PATH:$CI_COMMIT_TAG
test: test:
image: golang:1.19 image: golang:1.19-buster
stage: test stage: test
rules: rules:
- changes: - changes:
...@@ -30,8 +30,9 @@ test: ...@@ -30,8 +30,9 @@ test:
- go.sum - go.sum
when: always when: always
before_script: before_script:
- cp container/varnishcache_varnish66.list /etc/apt/sources.list.d/
- apt-get update -q - apt-get update -q
- apt-get install -y golang-golang-x-tools pandoc git - apt-get install -y golang-golang-x-tools pandoc git varnish-dev=6.6.2-1-buster
- git clone https://github.com/slimhazard/gogitversion.git - git clone https://github.com/slimhazard/gogitversion.git
- pushd gogitversion - pushd gogitversion
- chmod a+x ./bootstrap.sh - chmod a+x ./bootstrap.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment