From 697494d58f2794ac9e818cd857dabda4d58e072f Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 6 May 2021 00:15:42 +0200 Subject: [PATCH] Revert "[ci] tests: switch to runner p2plegal" This reverts commit 59ad13479767575c35c520b14d4be3862e11b00e. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f580b4869..c725610af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ workflow: .env: &env image: registry.duniter.org/docker/duniter-ci:v0.2.0 tags: - - p2plegal + - redshift before_script: - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - export PATH="$HOME/.cargo/bin:$PATH" -- GitLab