Skip to content
Snippets Groups Projects
Commit 64e01cc0 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Add .gitlab-ci.yml

parent b54137bb
Branches
Tags
No related merge requests found
stages:
- build
- test
b:docker:
stage: build
tags:
- shell, docker
script:
- docker build --pull -t boileaum/rosen:latest -f ./docker/Dockerfile-rosen .
t:docker:
stage: test
tags:
- shell, docker
script:
- docker run boileaum/rosen /bin/bash -c 'pytest -v'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment