Skip to content

Commit

Permalink
CI updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Dec 18, 2019
1 parent 4eff3a1 commit 338d5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pages:
- master

tests_py3.7:
images: debian:10
image: debian:10
script:
- ./tests/scripts/install.sh GITLAB 3 7
- ./tests/scripts/test.sh GITLAB 3 7
Expand All @@ -29,7 +29,7 @@ tests_py3.7:
- master

tests_py3.5:
images: debian:9
image: debian:9
script:
- ./tests/scripts/install.sh GITLAB 3 5
- ./tests/scripts/test.sh GITLAB 3 5
Expand Down

0 comments on commit 338d5d3

Please sign in to comment.