From 91acce2df92f48f624a3de522ad0ceadaa105800 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 17 Jul 2020 23:22:44 -0500 Subject: [PATCH] Try to another docker image --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d84285e..55bc98d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,12 +11,14 @@ stages: - build - pack +default: + image: stefanscherer/chocolatey + .configure_environment: &configure_environment tags: - windows10 before_script: - - 'Invoke-WebRequest -UseBasicParsing https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe' - - '& Start-Process -FilePath "Git-2.27.0-32-bit.exe" -Verb runAs -ArgumentList "/verysilent"' + - 'choco installl python git nsis' - 'python -V' # - 'python -m venv env' # - 'env\scripts\activate'