From 9429d3de6e8cd2f3cffbaac4800c1283e44fae12 Mon Sep 17 00:00:00 2001 From: TC Date: Tue, 22 Aug 2023 19:59:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0af3a719..ecb32884 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,19 +26,12 @@ stages: test_amd64: stage: test - image: docker - services: - - docker:dind - only: - - main - - merge_requests - before_script: - - apk update && apk add git - - wget https://github.com/earthly/earthly/releases/download/v0.6.2/earthly-linux-amd64 -O /usr/local/bin/earthly - - chmod +x /usr/local/bin/earthly - - export FORCE_COLOR=1 - - /usr/local/bin/earthly bootstrap + image: earthly/earthly:v0.7.15 + # only: + # - main + # - merge_requests script: + - earthly bootstrap - earthly --ci +unit-tests-linux-amd64 # delete_test_machine: