Skip to content
Snippets Groups Projects
Commit 5a7f9ab4 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Run tests on docker image

parent 5a48bcb5
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -44,6 +44,9 @@ COPY --chown=duneci ./ /duneci/modules/dune-copasi
# run installer
RUN ./dune-copasi/.ci/install /duneci/dune.opts
# tests installer
RUN ./dune-copasi/.ci/test /duneci/dune.opts
# move results to a -lighter- production image
FROM ${PRODUCTION_BASE_IMAGE} AS production-env
LABEL maintainer="santiago.ospina@iwr.uni-heidelberg.de"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment