Fixing gitlab ci
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 28 Dec 2017 21:17:06 +0000 (10:17 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 28 Dec 2017 21:17:06 +0000 (10:17 +1300)
.gitlab-ci.yml

index a7cc22e..61b4c8e 100644 (file)
@@ -24,7 +24,7 @@ before_script:
 
 image: debian:unstable
 
-test:
+test-17.11:
   stage: test
   script:
   - apt-get update
@@ -34,7 +34,7 @@ test:
   only:
   - master
 
-production:
+production-17.11:
     stage: deploy
     script:
     - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make