Skip to content
Snippets Groups Projects
Commit 137665ce authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove unnecessary dependency and old comment

parent f7f8e7d1
No related branches found
No related tags found
No related merge requests found
FROM debian:latest
RUN apt-get update && \
apt-get install docker.io tox curl python3-pip git python-autopep8 -y
apt-get install tox curl python3-pip git python-autopep8 -y
RUN pip3 install docker-compose
COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
......
......@@ -71,7 +71,6 @@ test:
image:
name: docker/compose:1.24.1
entrypoint: ["/bin/sh", "-c"]
#image: $CI_REGISTRY_IMAGE:latest
script:
- if [[ "$CAOSDB_TAG" == "" ]]; then
CAOSDB_TAG=dev-latest;
......
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