Skip to content
Snippets Groups Projects
Commit 46e233a7 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix tests

parent 66ef1f44
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1614PIPELINE TESTING: Playing with shared/workspaces testing
Pipeline #15954 failed
......@@ -27,9 +27,9 @@ RUN addgroup --gid 9233 almapipe && \
useradd --create-home --comment "" --gid 9233 --uid 9233 almapipe
# needed for unit tests
#USER vlapipe
#WORKDIR /home/ssa/capo
#COPY --chown=vlapipe:vlapipe docker.properties docker.properties
USER vlapipe
WORKDIR /home/ssa/capo
COPY --chown=vlapipe:vlapipe docker.properties docker.properties
USER root
WORKDIR /code
......
......@@ -33,9 +33,9 @@ RUN addgroup --gid 9233 almapipe && \
useradd --create-home --comment "" --gid 9233 --uid 9233 almapipe
# needed for unit tests
#USER vlapipe
#WORKDIR /home/ssa/capo
#COPY --chown=vlapipe:vlapipe docker.properties docker.properties
USER vlapipe
WORKDIR /home/ssa/capo
COPY --chown=vlapipe:vlapipe docker.properties docker.properties
# HTCondor install
USER root
......
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