Fix CI config.
This commit is contained in:
parent
6a83a4f1fc
commit
a361581536
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue