diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7202bf35..06033921 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ cppcheck: variables: BUILD_PLATFORM: "VS2017" ARCHITECTURE: "x64" - script: "CI\Windows.bat" + script: "CI\\Windows.bat" artifacts: paths: - build-release/*.exe