Skip to content

Commit

Permalink
Issue #2: use temporary Windows docker image in Windows CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Sep 6, 2019
1 parent dbbd4d0 commit 928c3a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ docker_build:
- ci/docker/**/*

.test_base_task: &test_base_task
image: registry.gitlab.com/gift-surg/puma/puma-ci:2-ensure-docker-build-runs
script:
- pytest

test:windows:
<<: *test_base_task
image: registry.gitlab.com/gift-surg/xononav/xononav-ci-tmp-windows:14-12
tags:
- gift-hopper

test:linux:
<<: *test_base_task
image: registry.gitlab.com/gift-surg/puma/puma-ci:2-ensure-docker-build-runs
tags:
- gift-little

0 comments on commit 928c3a6

Please sign in to comment.