From 642a4ea169cf0b7dc26b64e5eaf2573766f2e2dd Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 4 Jul 2018 19:15:55 -0500 Subject: [PATCH] Make the build run in a docker image --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c879227..14564b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - test Atheneum:Tests: + image: python:3.6-slim-stretch stage: test script: - python3 --version @@ -15,4 +16,4 @@ Atheneum:Tests: - exit tags: - linux - - python3 + - docker