From 38a25aa647a2bf0d14567a764aa215e0fbdda746 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 29 Jul 2018 15:19:48 -0500 Subject: [PATCH] Adjusting jobs according to gitlab documents * https://docs.gitlab.com/ce/user/project/pages/getting_started_part_two.html --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 313da03..e9dbca4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - test - deploy -Atheneum:Tests: +tests: image: python:3.6-slim-stretch stage: test script: @@ -13,7 +13,7 @@ Atheneum:Tests: tags: - docker -Atheneum:Pages: +pages: image: python:3.6-slim-stretch stage: deploy script: