Browse Source

Make the build run in a docker image

merge-requests/1/head
Drew Short 6 years ago
parent
commit
642a4ea169
  1. 3
      .gitlab-ci.yml

3
.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
Loading…
Cancel
Save