diff --git a/Dockerfile b/Dockerfile index 3d340ce..9bd8103 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,4 @@ RUN apt-get update && apt-get install libxml2 RUN dotnet restore # Unit ans Integration Tests -RUN dotnet test -# Functional Tests of the Examples -RUN dotnet run --project ./CryptoNet.Cli/CryptoNet.Cli.csproj \ No newline at end of file +RUN dotnet test \ No newline at end of file