Skip to content

Commit

Permalink
CI: Fix Nv GPU name
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 9, 2016
1 parent 8342031 commit 7adcef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -7,7 +7,7 @@ Python 2.7 Titan:
- ". ./build-and-test-py-project.sh"
tags:
- python2.7
- nvidia-titan-black
- nvidia-titan-x
except:
- tags
Python 2.7 K40:
Expand All @@ -31,7 +31,7 @@ Python 3.5 Titan:
- ". ./build-and-test-py-project.sh"
tags:
- python3.5
- nvidia-titan-black
- nvidia-titan-x
except:
- tags
Documentation:
Expand All @@ -41,6 +41,6 @@ Documentation:
- ". ./build-docs.sh"
tags:
- python3.5
- nvidia-titan-black
- nvidia-titan-x
only:
- master

0 comments on commit 7adcef8

Please sign in to comment.