diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23ec96d..63bbef5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ update_windows_deps: # - Pipfile.lock # when: always before_script: - - Import-Module "${ChocolateyInstall}\helpers\chocolateyProfile.psm1" + - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install python --version=$PYTHON_VERSION -y --no-progress - choco install openssh -y --no-progress - refreshenv