Skip to content
Snippets Groups Projects
Commit 38c5fc98 authored by Lionel Morin's avatar Lionel Morin Committed by Philippe Caseiro
Browse files

Fix unit test

parent 12c6787d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ pipeline {
steps {
script {
gitlab.stage(STAGE_NAME) {
sh 'py.test test/'
sh './install.sh'
sh 'py.test --capture=no test/'
}
}
}
......
......@@ -11,12 +11,4 @@ COPY . /app
WORKDIR /app
ENV PYTHONPATH "${PYTONPATH}:/app"
RUN git clone https://framagit.org/tiramisu/tiramisu-cmdline-parser.git
RUN cd tiramisu-cmdline-parser ; git checkout 6508030888f1605fa91999eb86bcbbb35bb8feb6; cd ..
RUN cp tiramisu-cmdline-parser/tiramisu_cmdline_parser.py .
RUN git clone https://framagit.org/tiramisu/tiramisu-json-api.git
RUN cd tiramisu-json-api ; git checkout e73e6322ae4dbc4ca45bfb4ccb8f05846ad5e9fe ; cd ..
RUN cp -a tiramisu-json-api/tiramisu_json_api .
#CMD [ "pytest", "./test" ]
#CMD [ "pytest", "./test" ]
\ No newline at end of file
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