From 9ea689bdef3555592d86351203482c64628b49a5 Mon Sep 17 00:00:00 2001 From: TriplEight Date: Tue, 14 May 2019 18:28:01 +0200 Subject: [PATCH] check-web-wasm now uses the default builder image (#2583) --- substrate/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 518f48be7c..22e59756b1 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -92,7 +92,6 @@ test-linux-stable: &test check-web-wasm: stage: test - image: tomaka/cargo-web:latest allow_failure: true only: - master