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