diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b61c78..3be7c34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,10 +91,9 @@ build-fedora-container: windows rust docker stable: extends: ".windows rust docker build" variables: - RUST_IMAGE: !reference [variables, "WINDOWS_RUST_STABLE_IMAGE"] - RUST_UPSTREAM_IMAGE: - !reference [variables, "WINDOWS_RUST_STABLE_UPSTREAM_IMAGE"] - RUST_VERSION: !reference [variables, "GST_RS_STABLE"] + RUST_IMAGE: $WINDOWS_RUST_STABLE_IMAGE + RUST_UPSTREAM_IMAGE: $WINDOWS_RUST_STABLE_UPSTREAM_IMAGE"] + RUST_VERSION: $GST_RS_STABLE .msvc2019 build: stage: test