fixing CI

This commit is contained in:
Benjamin Kampmann
2020-07-24 18:37:17 +02:00
parent e22c484942
commit 39b5af737d
+2
View File
@@ -229,6 +229,7 @@ cargo-check-subkey:
test-deterministic-wasm: test-deterministic-wasm:
stage: test stage: test
<<: *docker-env <<: *docker-env
<<: *docker-env-only
variables: variables:
<<: *default-vars <<: *default-vars
except: except:
@@ -452,6 +453,7 @@ build-linux-subkey: &build-subkey
stage: build stage: build
<<: *collect-artifacts <<: *collect-artifacts
<<: *docker-env <<: *docker-env
<<: *docker-env-only
<<: *build-only <<: *build-only
needs: needs:
- job: cargo-check-subkey - job: cargo-check-subkey