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 - test
Atheneum:Tests: Atheneum:Tests:
image: python:3.6-slim-stretch
stage: test stage: test
script: script:
- python3 --version - python3 --version
@ -15,4 +16,4 @@ Atheneum:Tests:
- exit - exit
tags: tags:
- linux - linux
- python3
- docker
Loading…
Cancel
Save