diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ffc452e989e72155ab4866bb2f7e2e42cbec40d..8649c2f8d11f98dc902d607cacfc9089b7e558ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,11 @@ stages: .macos: tags: [macos, shell] -.windows: - tags: [windows, docker] - image: git.imp.fu-berlin.de:5000/bioroboticslab/auto/ci/windows:latest-devel - before_script: - - . $Profile.AllUsersAllHosts +#.windows: +# tags: [windows, docker] +# image: git.imp.fu-berlin.de:5000/bioroboticslab/auto/ci/windows:latest-devel +# before_script: +# - . $Profile.AllUsersAllHosts .python38: &python38 PYTHON_VERSION: "3.8" @@ -54,9 +54,9 @@ package: extends: .macos <<: *test -"test: [windows, 3.8]": - extends: .windows - <<: *test +#"test: [windows, 3.8]": +# extends: .windows +# <<: *test deploy to staging: extends: .centos