diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a10d57..111c574 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,8 @@ update_windows_deps: # - Pipfile.lock # when: always before_script: + - cat "${WINDOWS_FILE_TEST}" + - dos2unix "${WINDOWS_FILE_TEST}" - cat "${WINDOWS_FILE_TEST}" - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install python --version=$PYTHON_VERSION -y --no-progress