Fix CI config.

This commit is contained in:
Fedor Korotkiy 2020-02-13 02:18:05 +03:00
parent 6a83a4f1fc
commit a361581536
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,8 @@ FROM eu.gcr.io/shad-ts/grader/go-build:latest
COPY . /opt/shad
COPY .gitlab-ci.yml /opt/shad/.grader-ci.yml
RUN cd /opt/shad && go install gitlab.com/slon/shad-go/tools/testtool/cmd/testtool
RUN find /opt/shad | xargs chmod o-rwx